Files
apollo/packages/test-e2e-composable-vue3/README.md
T
2020-10-16 18:34:57 +02:00

30 lines
388 B
Markdown

# test-e2e-global-composable-vue3
## 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/).