An open API service indexing awesome lists of open source software.

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

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

![alt text](https://raw.githubusercontent.com/ayazsayyed/vue-kanban/master/Kanban-UI.png)

## 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).