Home

Awesome

Quasar i18n example app (quasar-i18n-example)

An app for demonstration of i18n (Internationalization and localization) in Quasar Framework.

Please contribute more language translations!

Building and deploying to surge

Demo

Demo app

Relevant documentation

Integration with existing project

Install the dependencies

yarn

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

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.