https://github.com/rustyx/testapp-vue-mocha
https://github.com/rustyx/testapp-vue-mocha
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rustyx/testapp-vue-mocha
- Owner: rustyx
- License: unlicense
- Created: 2019-09-04T14:14:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T18:26:09.000Z (about 6 years ago)
- Last Synced: 2025-06-14T04:39:54.335Z (12 months ago)
- Language: Vue
- Size: 346 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# testapp-vue-mocha
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Run your unit tests
```
yarn run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).