https://github.com/xanke/antd-admin-next
https://github.com/xanke/antd-admin-next
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xanke/antd-admin-next
- Owner: xanke
- Created: 2020-09-17T05:51:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T17:01:41.000Z (about 3 years ago)
- Last Synced: 2025-06-09T16:06:02.626Z (12 months ago)
- Language: Vue
- Size: 971 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Antd Admin Next
typescripts, vue3
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).