Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eclectic-coding/job-search
https://github.com/eclectic-coding/job-search
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eclectic-coding/job-search
- Owner: eclectic-coding
- License: mit
- Created: 2022-04-29T11:22:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T11:01:45.000Z (almost 2 years ago)
- Last Synced: 2024-12-01T12:07:38.799Z (27 days ago)
- Language: JavaScript
- Size: 930 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# job-search
## 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
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).