Update README.md

This commit is contained in:
Oliver Davies 2019-04-23 21:50:44 +01:00
parent 1459cd7923
commit 3c159f8377

View file

@ -1,34 +1,2 @@
# rebuilding-platformsh # Rebuilding Platform.sh with Vue.js and Tailwind CSS
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Run your unit tests
```
yarn run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).