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
npm install
quasar dev
quasar build