https://github.com/yakimych/vue-testing-examples
https://github.com/yakimych/vue-testing-examples
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yakimych/vue-testing-examples
- Owner: Yakimych
- Created: 2019-12-01T23:32:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T04:38:15.000Z (9 months ago)
- Last Synced: 2025-02-09T00:42:50.753Z (5 months ago)
- Language: Vue
- Size: 289 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-test
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Run your unit tests
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).