https://github.com/ammezie/testing-vue
https://github.com/ammezie/testing-vue
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ammezie/testing-vue
- Owner: ammezie
- Created: 2019-09-23T13:44:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T06:51:44.000Z (over 2 years ago)
- Last Synced: 2025-04-01T22:41:20.673Z (29 days ago)
- Language: JavaScript
- Size: 1.54 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-utils-test
## 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/).