README This is the Vue frontend for the demo app of a full-stack kanban board from woetflow.com Demo Demo full-stack Kanban Board Blog This project is used in the blog post "Creating a full-stack kanban board: the Vue SPA frontend" Install the dependencies yarn Start the app in development mode (hot-code reloading, error reporting, etc.) yarn serve Lint the files yarn run lint Build the app for production yarn build Customize the configuration See Configuring quasar.conf.js.