A simple, accessible hamburger menu button
npm i vue-hamburger-button
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.