Todolist made with Quasar and Cordova

TODO (quasar-todo)

Install the dependencies

yarn

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

quasar dev

Build the app for production

quasar build

Build Cordova app

yarn install -g cordova
quasar mode -a cordova
quasar build -m cordova -T android

cd src-cordova 
cordova build

Customize the configuration

See Configuring quasar.conf.js.

GitHub

View Github