cosmatiy88 / qodo

An open-source productivity app using Quasar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qodo - Quasar Todo

This project aims to help beginners and newcomers in learning how to use Quasar Framework to build multi-platform apps. This is a relatively medium-size project, complete with a local client database (using RxDB) that demonstrates how you can build your app for both Mobile and Desktop platform. Treat this project as a reference or a learning resource.

Check out the live enFocus version here:

Getting Started

This project requires yarn and @quasar/cli, check docs for more details on Quasar CLI Installation.

Install the dependencies

yarn

Setup environment variables

cp env.dev.example .env.dev #.env for production

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

# run as capacitor mode
quasar dev -m capacitor -T [android|ios]

# run as electron mode
quasar dev -m electron

Lint the files

yarn run lint

Monetizing via AdMob and In-app Purchase

WIP - Tutorial.

Deployment

WIP - Tutorial.

Donate

You can buy my next beer or coffee if you ever find this project useful.

About

An open-source productivity app using Quasar

License:Mozilla Public License 2.0


Languages

Language:Vue 41.7%Language:Objective-C 29.7%Language:JavaScript 26.6%Language:HTML 0.7%Language:Java 0.6%Language:SCSS 0.6%Language:Ruby 0.1%Language:CSS 0.0%