https://github.com/wangxiaoyugg/jest-vue-todo
jest vue-todo-list
https://github.com/wangxiaoyugg/jest-vue-todo
Last synced: 5 months ago
JSON representation
jest vue-todo-list
- Host: GitHub
- URL: https://github.com/wangxiaoyugg/jest-vue-todo
- Owner: WangXiaoyugg
- Created: 2019-08-12T13:41:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:04:12.000Z (almost 3 years ago)
- Last Synced: 2025-03-22T16:13:20.621Z (9 months ago)
- Language: Vue
- Size: 1.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jest-vue-todo
## 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/).