Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cris-z123/vue3-admin
最新Vue3.0+antD+ts的企业级后台管理系统。
https://github.com/cris-z123/vue3-admin
antd vue3
Last synced: 5 days ago
JSON representation
最新Vue3.0+antD+ts的企业级后台管理系统。
- Host: GitHub
- URL: https://github.com/cris-z123/vue3-admin
- Owner: Cris-z123
- Created: 2020-11-02T13:36:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-03T14:48:46.000Z (about 4 years ago)
- Last Synced: 2024-11-15T10:44:26.402Z (2 months ago)
- Topics: antd, vue3
- Language: Vue
- Homepage:
- Size: 142 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# backstage
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).