1.0.10 • Published 5 years ago
js-cookie-preference v1.0.10
js-cookie-preference
This plugin will not work, its currently in development and not intended for public use.
VanillaJS (pure JavaScript) plugin starter with Webpack 4 and Babel 7.
Clone this repository
git clone -b webpack-4-babel-7 https://github.com/danbhala/js-cookie-preference.git [dest]Here,
distis your destination directory in which the boilerplate code will be copied.
Instructions
- Use
npm installcommand to install dependencies. - Execute command
npm run startto run webpack development server and top open preview in the browser. - Execute command
npm run buildto create plugin distribution files in thedistdirectory. - Tweak configuration inside
configfolder if necessary. - Configure plugin API using this documentation.