https://github.com/ayazsayyed/vue-kanban
Kanban Board built with Vue.js
https://github.com/ayazsayyed/vue-kanban
kanban-board kanban-board-application task-management vue-kanban vuejs-kanban vuejs2 vuex
Last synced: 2 months ago
JSON representation
Kanban Board built with Vue.js
- Host: GitHub
- URL: https://github.com/ayazsayyed/vue-kanban
- Owner: ayazsayyed
- Created: 2019-07-18T13:36:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T22:51:58.000Z (almost 3 years ago)
- Last Synced: 2023-03-08T13:40:03.807Z (over 2 years ago)
- Topics: kanban-board, kanban-board-application, task-management, vue-kanban, vuejs-kanban, vuejs2, vuex
- Language: Vue
- Size: 2.23 MB
- Stars: 89
- Watchers: 3
- Forks: 19
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-kanban
## Kanban board Application built with [#Vue.js](https://github.com/vuejs/vue)
> Some of the features* Create project / board
* Create lists in board
* Create items / tasks in list
* Set task priority
* Drag from one list to another
* Add / Edit board name and description
* Assign task to user
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build
```For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).