https://github.com/fredafei/vue-admin-template
基于Vue开发的后台管理项目
https://github.com/fredafei/vue-admin-template
mockjs vue2 vuex
Last synced: 26 days ago
JSON representation
基于Vue开发的后台管理项目
- Host: GitHub
- URL: https://github.com/fredafei/vue-admin-template
- Owner: FredaFei
- Created: 2018-10-15T01:37:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T02:02:39.000Z (over 7 years ago)
- Last Synced: 2025-06-06T14:38:07.847Z (about 1 year ago)
- Topics: mockjs, vue2, vuex
- Language: JavaScript
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-admin-template
> 这是一个后台管理的Vue项目,若能对你有帮助,求给个star吧~
## 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).
## 功能
- 登录
- 权限验证
- 页面权限
- 全局功能
- 动态侧边栏(支持多级路由嵌套)
- 动态面包屑
- 快捷导航(标签页)
## 参考项目
[vue-admin-template](https://github.com/PanJiaChen/vue-admin-template)