An open API service indexing awesome lists of open source software.

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开发的后台管理项目

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)