Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liuyunhe/my-vue-router
a Vue router written by myself and this will show you how to make a router for Vue
https://github.com/liuyunhe/my-vue-router
router vuejs
Last synced: 7 days ago
JSON representation
a Vue router written by myself and this will show you how to make a router for Vue
- Host: GitHub
- URL: https://github.com/liuyunhe/my-vue-router
- Owner: liuyunhe
- Created: 2020-08-05T06:24:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T07:28:13.000Z (over 4 years ago)
- Last Synced: 2024-11-07T10:53:36.107Z (about 2 months ago)
- Topics: router, vuejs
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-router
> A router for vue which can replace vue-router and can be expanded for your needs
## 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).