Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lakshyabatman/vue-nav-demo
Demo for navigation module in Vue.JS and Vue Router
https://github.com/lakshyabatman/vue-nav-demo
Last synced: about 2 months ago
JSON representation
Demo for navigation module in Vue.JS and Vue Router
- Host: GitHub
- URL: https://github.com/lakshyabatman/vue-nav-demo
- Owner: lakshyabatman
- Created: 2019-03-19T18:54:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T20:36:24.000Z (over 4 years ago)
- Last Synced: 2024-11-05T16:53:54.186Z (3 months ago)
- Language: Vue
- Homepage:
- Size: 2.39 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# demo-nav
This is demo for dynamic navbar module using VUE.JS for codeuino organisation
# There is a gif for the demo.## 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
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).