Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sobird/vue-admin
Vue Admin Template.
https://github.com/sobird/vue-admin
admin-template axios element-ui vue vue-admin vue-router vue3 vuejs vuex
Last synced: 6 days ago
JSON representation
Vue Admin Template.
- Host: GitHub
- URL: https://github.com/sobird/vue-admin
- Owner: sobird
- Created: 2021-01-25T13:17:09.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-13T03:32:21.000Z (over 3 years ago)
- Last Synced: 2023-03-01T12:37:01.970Z (almost 2 years ago)
- Topics: admin-template, axios, element-ui, vue, vue-admin, vue-router, vue3, vuejs, vuex
- Language: JavaScript
- Homepage: https://sobird.github.io/vue-admin
- Size: 25.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vue-Admin
基于Vue3.X的后台管理系统框架
## 安装依赖
```
npm i
```## 启动项目
npm start## 编译项目
npm run build## 发布项目
npm run release