- Lead Maintainer: David Roche
Vue cookie notification is a simple way to add cookie notice to your website to comply with EU law. The main functionality still has to be added :)
- Post a github issue,
Install
To install via npm,
install vue-cookie-notification
Quick Example
; name: 'app' components: cookie { return cookietext:'In order to give you the best experience, our website eats cookies. By continuing to use this site, you agree to our diet of cookies.' cookiebutton:'feed me' cookietextcolor:'green' cookietextsize:'20px' cookiebackgroundcolor:'orange' cookiename:'VUECOOKIE' cookievalue:'12345' cookieexdays:365 }
</
Contributing
If you feel you can help in any way, be it with bug reporting, documentation, examples, extra testing, or new features feel free to create an issue, or better yet, [submit a Pull Request.