Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:39:14.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T20:36:57.901Z (almost 2 years ago)
- Topics: css3, html5, javascript, mmenu-plugin, vue
- Language: Vue
- Homepage:
- Size: 2.06 MB
- Stars: 0
- Watchers: 1
- 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/).