https://github.com/hellosaofei/vue2-admin-test
存放项目开发过程中遇到的,所有非单一vue文件能够实现的demo
https://github.com/hellosaofei/vue2-admin-test
Last synced: 5 months ago
JSON representation
存放项目开发过程中遇到的,所有非单一vue文件能够实现的demo
- Host: GitHub
- URL: https://github.com/hellosaofei/vue2-admin-test
- Owner: hellosaofei
- Created: 2024-05-15T14:40:42.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-18T14:37:25.000Z (about 2 years ago)
- Last Synced: 2025-01-24T14:16:29.775Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 3.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# admin-test
## 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/).