Files
apollo/tests/ssr/README.md
T
Guillaume Chau 6afceecd32 test(e2e): SSR
2019-10-21 12:15:25 +02:00

30 lines
360 B
Markdown

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