playwright/tests/components/ct-vue-cli/README.md
2022-03-25 23:09:02 -07:00

25 lines
322 B
Markdown

# ct-vue-cli
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).