A simple, accessible cheeseburger menu button
https://the-internetshop.com/products/cheeseburger
See the documentation.
# install dependencies
npm install
# serve doc app with hot reload at localhost:8080
npm run start
# build for production with minification
npm run build
# run unit tests
npm run unit
This library is based on this great vue component starter.