cmc-web/webs/oms-web/README.md

30 lines
311 B
Markdown
Raw Permalink 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/).