Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Mrblackant/dynamicRouter
vue的动态路由实现方式(从后台接口获取动态路由,并生成左侧菜单)
https://github.com/Mrblackant/dynamicRouter
Last synced: 12 days ago
JSON representation
vue的动态路由实现方式(从后台接口获取动态路由,并生成左侧菜单)
- Host: GitHub
- URL: https://github.com/Mrblackant/dynamicRouter
- Owner: Mrblackant
- Created: 2018-06-27T09:22:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:02:09.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T19:48:39.211Z (3 months ago)
- Language: JavaScript
- Size: 2.93 MB
- Stars: 272
- Watchers: 3
- Forks: 143
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# antrouter
> 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# run unit tests
npm run unit# run e2e tests
npm run e2e# run all tests
npm test
```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).
# dynamicRouter