cookie-consent
:cookie: Cookie-consent widget with GTM, GCM & CMP integration
File Explorer
Download Latest Version (.zip)- coding-style.yml
- release-package.yml
- style.css
- .gitignore
- index.html
- bg.json
- bg.json.js
- cs.json
- cs.json.js
- de.json
- de.json.js
- en.json
- en.json.js
- es.json
- es.json.js
- eu.json
- eu.json.js
- fi.json
- fi.json.js
- fr.json
- fr.json.js
- hr.json
- hr.json.js
- hu.json
- hu.json.js
- it.json
- it.json.js
- nl.json
- nl.json.js
- no.json
- no.json.js
- pl.json
- pl.json.js
- pt.json
- pt.json.js
- ro.json
- ro.json.js
- sk.json
- sk.json.js
- sl.json
- sl.json.js
- sv.json
- sv.json.js
- uk.json
- uk.json.js
- cookie-consent.css
- cookie-consent.min.js
- analytics-storage-options.png
- analytics-storage-tag.png
- analytics-storage-trigger.png
- cmp-integration.png
- composite-consent-event-trigger.png
- cookie-consent-tag.png
- import-template.png
- inject-scripts-permissions.png
- locale-options.png
- logo.svg
- revision-message-translation.png
- settings-modal-trigger-selector-field.png
- storage-configuration-migration.png
- user-integration.png
- widget-with-cookie-tables.png
- migration-from-0.4-to-0.5.md
- AbstractOptions.mjs
- AutoClearOptions.mjs
- CmpApiOptions.mjs
- Config.mjs
- ConsentModalOptions.mjs
- PluginOptions.mjs
- SettingsModalOptions.mjs
- UiOptions.mjs
- CookieTable.mjs
- CookieTableBody.mjs
- CookieTables.mjs
- EventBus.mjs
- Events.mjs
- CmpApiIntegration.mjs
- bg.json
- cs.json
- de.json
- en.json
- es.json
- eu.json
- fi.json
- fr.json
- hr.json
- hu.json
- it.json
- nl.json
- no.json
- pl.json
- pt.json
- ro.json
- sk.json
- sl.json
- sv.json
- uk.json
- zh-TW.json
- EventTrigger.mjs
- Storage.mjs
- StorageConfig.mjs
- StoragePool.mjs
- Catalogue.mjs
- Dictionary.mjs
- ModalTriggerFactory.mjs
- StylesheetLoader.mjs
- ThirdButtonAppender.mjs
- Utils.mjs
- AbstractIdentity.mjs
- StaticIdentity.mjs
- StoredIdentity.mjs
- User.mjs
- UuidIdentity.mjs
- ConsentManager.mjs
- CookieConsentWrapper.mjs
- CookieConsentWrapperFactory.mjs
- .gitignore
- CHANGELOG.md
- eslint.config.mjs
- gtm_template.tpl
- index.mjs
- LICENSE.md
- package-lock.json
- package.json
- postcss.config.js
- README.md
- webpack.config.dev.mjs
- webpack.config.prod.mjs
# Installation Guide
1. Get the code
git clone https://github.com/68publishers/cookie-consent
Downloads the entire project code from GitHub to your computer.
cd cookie-consent
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
https://cdn.jsdelivr.net/npm/@68publishers/cookie-consent@{version}/dist/
Type this command into your terminal and run it.
$ npm install
Downloads and installs the libraries listed in package.json.
$ npm run build:dev # or prod
Builds optimized production files.
$ npm run start:dev
Starts the development/run server.
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)
