https://github.com/shunnnet/testci
practice
https://github.com/shunnnet/testci
Last synced: 9 months ago
JSON representation
practice
- Host: GitHub
- URL: https://github.com/shunnnet/testci
- Owner: shunnNet
- Created: 2021-07-03T08:42:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-03T09:12:12.000Z (about 5 years ago)
- Last Synced: 2025-10-06T12:46:13.950Z (9 months ago)
- Language: JavaScript
- Size: 370 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# testci
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your unit tests
```
npm run test:unit
```
### Run your end-to-end tests
```
npm run test:e2e
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).