https://github.com/vicainelli/wehireinc
https://github.com/vicainelli/wehireinc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vicainelli/wehireinc
- Owner: vicainelli
- Created: 2019-05-14T12:07:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T13:08:52.000Z (over 6 years ago)
- Last Synced: 2024-12-28T04:47:02.447Z (about 1 year ago)
- Language: JavaScript
- Size: 200 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blue-coding-wehireinc
## 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/).