https://github.com/webmobiledev/care-academy-test
https://github.com/webmobiledev/care-academy-test
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webmobiledev/care-academy-test
- Owner: webmobiledev
- Created: 2022-08-22T16:51:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-06T09:39:55.000Z (over 3 years ago)
- Last Synced: 2025-01-26T04:09:27.290Z (about 1 year ago)
- Language: Vue
- Size: 171 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# care-academy-test
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your unit tests
```
yarn test:unit
```
### Run your end-to-end tests
```
yarn test:e2e
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).