This kanban board is based on laravel framework in the backend and the Vue.js framework in the frontend with the tailwind style library.
It's not finished yet, I'm planing to add some utilities like archiving or sharing board's and card's. It will follow in further commits.
This is a reworked and extended version of messerli90's laravel-vue-kanban-tutorial.
Laravel-Vue-Kanban requires PHP 7.2+, composer and npm.
git clone https://github.com/JanKrb/Vue-Kanban
cd Vue-Kanban
npm install
composer install
Generate files for production usage:
npm run production
Generate files for development usage:
npm run development
Want to contribute? Great!
Make a change in your file and instantaneously see your updates!
Done with your updates? Just create a new pull request I will take a took and merge it as soon as possible.
MIT