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

https://github.com/dmitrymomot/kanban-vue

A modern kanban created in Vue with RESTful api
https://github.com/dmitrymomot/kanban-vue

Last synced: about 1 month ago
JSON representation

A modern kanban created in Vue with RESTful api

Awesome Lists containing this project

README

        

![logo](src/assets/logo_small.png)

[![](https://david-dm.org/michaeldegroot/kanban-vue.svg 'deps') ](https://david-dm.org/michaeldegroot/kanban-vue 'david-dm')
[![Coverage Status](https://coveralls.io/repos/github/michaeldegroot/kanban-vue/badge.svg?branch=master)](https://coveralls.io/github/michaeldegroot/kanban-vue?branch=master)
[![](https://travis-ci.org/michaeldegroot/kanban-vue.svg?branch=master) ](https://travis-ci.org/michaeldegroot/kanban-vue 'travis-ci')
![](https://img.shields.io/npm/l/express.svg)

> A modern kanban created in Vue with RESTful api

# 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

# run unit tests
npm run unit

# run all tests
npm test
```

# Stack

### Main technologies
- [VueJS](https://vuejs.org/)
- [Socket.IO](http://socket.io/)

### Libraries
- [Bootstrap](http://getbootstrap.com/)

### Unit testing
- [Karma](http://karma-runner.github.io/1.0/index.html)
- [Mocha](https://mochajs.org/)
- [PhantomJS](http://phantomjs.org/)

### Bundlers
- [Webpack](https://webpack.github.io/)
- [Babel](https://babeljs.io/)

### Boilerplate
- [http://vuejs-templates.github.io/webpack/](VueJS Templates Webpack)

### Continuous integration
- [Travis-CI](https://travis-ci.org/)
- [Coveralls](https://coveralls.io/)
- [Node Security Platform](https://nodesecurity.io/)

# Contributing
[Check our CONTRIBUTING.MD](https://github.com/michaeldegroot/kanban-vue/blob/master/CONTRIBUTING.md)