https://github.com/dvt3d/vue-element
基于Vuecli和element构建的项目基础脚手架
https://github.com/dvt3d/vue-element
axios element-plus vue3
Last synced: 9 months ago
JSON representation
基于Vuecli和element构建的项目基础脚手架
- Host: GitHub
- URL: https://github.com/dvt3d/vue-element
- Owner: dvt3d
- Created: 2021-05-11T05:29:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T06:50:53.000Z (over 4 years ago)
- Last Synced: 2025-03-21T08:46:32.306Z (9 months ago)
- Topics: axios, element-plus, vue3
- Language: JavaScript
- Homepage:
- Size: 161 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-element
## 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/).