https://github.com/mikeludemann/vue-mmenu-offcanvas
An off-canvas menu with Vue and mmenu.js plugin
https://github.com/mikeludemann/vue-mmenu-offcanvas
css3 html5 javascript mmenu-plugin vue
Last synced: 4 months ago
JSON representation
An off-canvas menu with Vue and mmenu.js plugin
- Host: GitHub
- URL: https://github.com/mikeludemann/vue-mmenu-offcanvas
- Owner: mikeludemann
- License: mit
- Created: 2019-10-13T11:31:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:39:14.000Z (over 2 years ago)
- Last Synced: 2025-02-02T04:12:18.111Z (5 months ago)
- Topics: css3, html5, javascript, mmenu-plugin, vue
- Language: Vue
- Homepage:
- Size: 2.06 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-mmenu
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Run your end-to-end tests
```
npm run test:e2e
```### Run your unit tests
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).