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
- Host: GitHub
- URL: https://github.com/dmitrymomot/kanban-vue
- Owner: dmitrymomot
- License: mit
- Archived: true
- Created: 2017-07-27T09:43:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-12T21:37:20.000Z (over 8 years ago)
- Last Synced: 2025-03-01T03:26:11.577Z (3 months ago)
- Language: JavaScript
- Size: 159 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

[ ](https://david-dm.org/michaeldegroot/kanban-vue 'david-dm')
[](https://coveralls.io/github/michaeldegroot/kanban-vue?branch=master)
[ ](https://travis-ci.org/michaeldegroot/kanban-vue 'travis-ci')
> 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)