https://github.com/poabob/vue3-admin
https://github.com/poabob/vue3-admin
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/poabob/vue3-admin
- Owner: POABOB
- Created: 2022-08-04T02:23:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-15T06:13:56.000Z (over 3 years ago)
- Last Synced: 2025-01-21T11:45:14.432Z (over 1 year ago)
- Language: JavaScript
- Size: 802 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue3 Admin
## Project URL
- https://poabob.hopto.org
## TODO Lists
- Echart
- i18n
## Project setup
```
npm install
npm run prepare
```
## Project commit
```
# git add
git add .
# commit with format
npm run cz
# git push origin
git push origin main
```
### Compiles and hot-reloads for development
```
npm serve
```
### Compiles and minifies for production
```
npm build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).