Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.06 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.06 KB

Laravel Vue Kanban Board

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.

Credits

This is a reworked and extended version of messerli90's laravel-vue-kanban-tutorial.

Installation

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

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.

License

MIT