https://github.com/kanryu/vue-cli3-test
A Vue3 projet with vue-cli and jest, that supports self tests.
https://github.com/kanryu/vue-cli3-test
Last synced: over 1 year ago
JSON representation
A Vue3 projet with vue-cli and jest, that supports self tests.
- Host: GitHub
- URL: https://github.com/kanryu/vue-cli3-test
- Owner: kanryu
- License: mit
- Created: 2021-10-24T12:24:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-24T12:30:53.000Z (over 4 years ago)
- Last Synced: 2025-02-10T03:26:51.526Z (over 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-cli3-test
A vue3 projet with vue-cli and jest, that supports self tests.
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Tests
```
yarn test
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).