Example project built using VueJS and CouchDB.
The project consist on a collaborative task manager based on columns and cards.
The users can create workspaces and invite users to work with them, each workspace is a database and can be stored in the user's device to work offline(pwa).
For some specials actions a node server is used.
TaskManager back end: https://github.com/lesterbx/task-manager-back
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report