Files
apollo/packages/test-e2e-composable-vue3/README.md
T
2022-05-03 17:10:22 +02:00

25 lines
355 B
Markdown

# test-e2e-global-composable-vue3
## Project setup
```
pnpm install
```
### Compiles and hot-reloads for development
```
pnpm run serve
```
### Compiles and minifies for production
```
pnpm run build
```
### Run your end-to-end tests
```
pnpm run test:e2e
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).