Files
data_visual/README.md
2023-05-05 15:47:49 +08:00

30 lines
328 B
Markdown

# data_visual_webpack
## 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/).