前端页面

This commit is contained in:
Wjl
2021-12-17 17:39:53 +08:00
parent 23552b3afd
commit 0f5a6a679c
798 changed files with 97060 additions and 0 deletions

24
front_code/Web/README.md Normal file
View File

@@ -0,0 +1,24 @@
# ewidecoreweb
## 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/).