CottageCabbage / vu-dooit

Task Manager application for Web, Desktop and Mobile. Still in development
https://CottageCabbage.github.io/vu-dooit
3 stars 1 forks source link
productivity quasar quasar-framework task-manager to-do to-do-app to-do-list vue vuejs

Vu-dooit

An open source and cross-platform Task Manager, completely offline.

About the Project(Features)

I apologize for the lack of updates to Vu-dooit. I'm at my last year of highschool and I feel that it's more important to focus on my grades & entering college rn.

Installation

Clone Repository

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

# to open on browser:
quasar dev
# to open on browser but in desired port
quasar dev --port=8080
# or with Electron:
quasar dev -m electron

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.