Files
data_visual/README.md

30 lines
328 B
Markdown
Raw Permalink Normal View History

2022-09-23 09:43:24 +08:00
# data_visual_webpack
## Project setup
2023-05-05 15:47:49 +08:00
2022-09-23 09:43:24 +08:00
```
yarn install
```
### Compiles and hot-reloads for development
2023-05-05 15:47:49 +08:00
2022-09-23 09:43:24 +08:00
```
yarn serve
```
### Compiles and minifies for production
2023-05-05 15:47:49 +08:00
2022-09-23 09:43:24 +08:00
```
yarn build
```
### Lints and fixes files
2023-05-05 15:47:49 +08:00
2022-09-23 09:43:24 +08:00
```
yarn lint
```
### Customize configuration
2023-05-05 15:47:49 +08:00
2022-09-23 09:43:24 +08:00
See [Configuration Reference](https://cli.vuejs.org/config/).