# vue-kanban **Repository Path**: brokge/vue-kanban ## Basic Information - **Project Name**: vue-kanban - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-07-05 - **Last Updated**: 2023-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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).