https://github.com/gabrielmodog/kanban-job
Kanban with Vue.js
https://github.com/gabrielmodog/kanban-job
Last synced: 5 months ago
JSON representation
Kanban with Vue.js
- Host: GitHub
- URL: https://github.com/gabrielmodog/kanban-job
- Owner: GabrielModog
- Created: 2020-07-07T23:29:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-10T16:16:31.000Z (almost 6 years ago)
- Last Synced: 2025-07-09T13:56:02.326Z (12 months ago)
- Language: Vue
- Size: 312 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kanban-job
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).