cmc-web/webs/cop-console/README.md

31 lines
312 B
Markdown
Raw Normal View History

2024-08-20 12:11:31 +00:00
# ts
## Project setup
2024-08-21 01:17:14 +00:00
2024-08-20 12:11:31 +00:00
```
yarn install
```
### Compiles and hot-reloads for development
2024-08-21 01:17:14 +00:00
2024-08-20 12:11:31 +00:00
```
yarn serve
```
### Compiles and minifies for production
2024-08-21 01:17:14 +00:00
2024-08-20 12:11:31 +00:00
```
yarn build
```
### Lints and fixes files
2024-08-21 01:17:14 +00:00
2024-08-20 12:11:31 +00:00
```
yarn lint
```
### Customize configuration
2024-08-21 01:17:14 +00:00
2024-08-20 12:11:31 +00:00
See [Configuration Reference](https://cli.vuejs.org/config/).
2024-08-21 01:46:14 +00:00