https://github.com/bencodezen/vuepets
https://github.com/bencodezen/vuepets
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bencodezen/vuepets
- Owner: bencodezen
- Created: 2018-09-20T13:00:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T04:07:44.000Z (almost 7 years ago)
- Last Synced: 2025-01-26T09:28:49.384Z (about 1 year ago)
- Language: JavaScript
- Size: 173 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuepets
## 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 end-to-end tests
```
yarn run test:e2e
```
### Run your unit tests
```
yarn run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).