vue-cookie-notice
v0.0.1
Published
Customizable cookie notice component
Downloads
4
Readme
VueJS Cookie Notice Component
Version 0.0.1
Customizable cookie notice component (VueJS).
Component Installation
Running Demo
- Change to demo directory and install app dependencies using npm.
$ cd demo
$ npm install
- Bundle app JS using Webpack.
$ npm run build
- Run app using node.
$ npm run dev
- Visit http://localhost/ to see working demo.
Future Changes
- Remove demo and update README.md
- Add notice position customization.
- Add notice transparency customization.