main-web/README.md

25 lines
314 B
Markdown
Raw Permalink Normal View History

2024-03-14 03:30:18 +00:00
# vue3.0-tpl
## 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/).