https://github.com/wind-liang/pc-admin
https://github.com/wind-liang/pc-admin
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wind-liang/pc-admin
- Owner: wind-liang
- Created: 2023-02-08T00:41:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-26T11:41:11.000Z (over 2 years ago)
- Last Synced: 2025-01-11T10:48:05.751Z (9 months ago)
- Language: JavaScript
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pc-admin
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).