https://github.com/ismaestro/vue-tutorial
https://github.com/ismaestro/vue-tutorial
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ismaestro/vue-tutorial
- Owner: Ismaestro
- License: mit
- Created: 2022-06-08T18:52:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T21:40:09.000Z (almost 4 years ago)
- Last Synced: 2025-03-01T00:59:50.638Z (over 1 year ago)
- Language: JavaScript
- Size: 324 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# job-search
## 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
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).