Agile project management prototype, developed as my undergraduate thesis, to improve Agile Methodologies applied on Higher Education Projects at Federal University of Sergipe (UFS) Computing Department (DCOMP) and IT graduations of the region.
A project management tool for one-person / micro-teams projects (mainly Academy researchs)
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
For detailed explanation on how things work, check out the Nuxt.js and Vuetify.js documentation.