Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weipxiu/Vue-Router
世上最完整的vue-router配置demo,包含了有关vue-router所有相关核心知识点,一个需求多种解决方式的体现,据说配置出了一朵花儿,不服来战!
https://github.com/weipxiu/Vue-Router
Last synced: 3 months ago
JSON representation
世上最完整的vue-router配置demo,包含了有关vue-router所有相关核心知识点,一个需求多种解决方式的体现,据说配置出了一朵花儿,不服来战!
- Host: GitHub
- URL: https://github.com/weipxiu/Vue-Router
- Owner: weipxiu
- Created: 2018-04-30T08:38:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T22:13:46.000Z (over 1 year ago)
- Last Synced: 2024-07-11T05:34:11.412Z (4 months ago)
- Language: Vue
- Homepage:
- Size: 660 KB
- Stars: 71
- Watchers: 2
- Forks: 12
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-demo
> 世上最完整的Vue-Router配置demo,包含了有关Vue-Router所有相关核心知识点,一个需求多种解决方式的体现,据说配置出了一朵花儿,不服来战!
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:1234
npm run dev# build for production with minification
npm run build```