cop-web/README.md

30 lines
311 B
Markdown
Raw Normal View History

2024-03-14 03:36:22 +00:00
# ts
## Project setup
2024-11-12 06:32:03 +00:00
2024-03-14 03:36:22 +00:00
```
yarn install
```
### Compiles and hot-reloads for development
2024-11-12 06:32:03 +00:00
2024-03-14 03:36:22 +00:00
```
yarn serve
```
### Compiles and minifies for production
2024-11-12 06:32:03 +00:00
2024-03-14 03:36:22 +00:00
```
yarn build
```
### Lints and fixes files
2024-11-12 06:32:03 +00:00
2024-03-14 03:36:22 +00:00
```
yarn lint
```
### Customize configuration
2024-11-12 06:32:03 +00:00
2024-03-14 03:36:22 +00:00
See [Configuration Reference](https://cli.vuejs.org/config/).