https://github.com/loverandy/vue3
https://github.com/loverandy/vue3
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/loverandy/vue3
- Owner: loveRandy
- Created: 2021-06-11T10:58:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T07:08:47.000Z (about 3 years ago)
- Last Synced: 2025-01-21T12:34:09.230Z (5 months ago)
- Language: Vue
- Size: 5.8 MB
- Stars: 14
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue3-admin
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve:randy
```### 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/).