https://github.com/hayanisaid/vue-router
Tutorial About vue-router in Vue.js version 2
https://github.com/hayanisaid/vue-router
javascript javascript-library single-page-applications vue-router vuejs
Last synced: 10 days ago
JSON representation
Tutorial About vue-router in Vue.js version 2
- Host: GitHub
- URL: https://github.com/hayanisaid/vue-router
- Owner: hayanisaid
- Created: 2018-04-11T23:09:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-14T00:09:08.000Z (about 7 years ago)
- Last Synced: 2025-04-01T20:51:30.032Z (about 1 month ago)
- Topics: javascript, javascript-library, single-page-applications, vue-router, vuejs
- Language: JavaScript
- Size: 6.72 MB
- Stars: 61
- Watchers: 5
- Forks: 31
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README


> A Vue.js project
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report
```For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).