rebuilding-platformsh/README.md

30 lines
415 B
Markdown
Raw Permalink Normal View History

2021-01-16 17:25:35 +00:00
# Rebuilding Platform.sh with Vue.js, TypeScript and Tailwind CSS
2021-01-16 14:56:42 +00:00
## 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/).