/task-manager

Simple task manager for teams based on columns and cards, built with VueJS and couchDB.

Primary LanguageJavaScriptMIT LicenseMIT

Task Manager

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

Build Setup

# 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