Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.32 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.32 KB

App base (app-base)

Quasar Stack + i18n + Dexie. Perfect to start an app

App base is a app template, that can be used for hybrid applications, PWA, SPA, electron applications.

This template includes 3 pages:

Home

Settings: where you can change the language.

About

This application includes an language switcher that is displayed when the app a opened for the first time, you can also change the language in the settings section. Language config is stored in localstorage.

Dexie is also added to this app, so you can easily create a table to store data for your application. You can add your db structure in the file src/db/db.js

Please check my apps some of that made using this template

Play Store

Install the dependencies

npm install

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

quasar dev

Build the app for production

quasar build

Screenshots