js-cookie
A simple, lightweight JavaScript API for handling cookies, client-side.
File Explorer
Download Latest Version (.zip)- devcontainer.json
- Dockerfile
- bug_report.md
- feature_request.md
- ci.yml
- release.yml
- stale-bot.yml
- zizmor.yml
- dependabot.yml
- extensions.json
- main.js
- package.json
- index.html
- index.js
- .gitignore
- package.json
- server.js
- api.mjs
- assign.mjs
- converter.mjs
- runner.js
- index.html
- tests.js
- encoding.html
- encoding.js
- index.html
- missing_semicolon.html
- module.html
- module.mjs
- node.js
- tests.js
- utils.js
- .gitignore
- .nano-staged.mjs
- .prettierignore
- .release-it.json
- .simple-git-hooks.json
- browserstack.yml
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- eslint.config.mjs
- Gruntfile.js
- index.js
- LICENSE
- package-lock.json
- package.json
- prettier.config.mjs
- README.md
- rollup.config.mjs
- SECURITY.md
- SERVER_SIDE.md
# Installation Guide
1. Get the code
git clone https://github.com/js-cookie/js-cookie
Downloads the entire project code from GitHub to your computer.
cd js-cookie
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm i js-cookie
Type this command into your terminal and run it.
npm i @types/js-cookie
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
