0.0.1 • Published 6 years ago

vue-cookie-notice v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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

Future Changes

  • Remove demo and update README.md
  • Add notice position customization.
  • Add notice transparency customization.