rebuilding-platformsh/README.md
2021-01-16 14:56:42 +00:00

30 lines
373 B
Markdown

# rebuilding-platformsh
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your unit tests
```
yarn test:unit
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).