Skip to content

marrocksd/tauri-quasar-template

Repository files navigation

A Template App using Vue Quasar Framework for building WebApp and Rust Tauri for wrapping into Desktop/Mobile App

Sample template

Install the dependencies

yarn
# or
npm install

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

quasar dev

Lint the files

yarn lint
# or
npm run lint

Build the app for production

quasar build

Dev for Desktop

yarn tauri dev

Build for Desktop

yarn tauri build

Init for Mobile

TAURI_APPLE_DEVELOPMENT_TEAM='plybi' yarn tauri ios init

Dev for Mobile (replace ios with android if needed)

yarn tauri ios dev

Build for Mobile

yarn tauri ios build

Customize the configuration

See Configuring quasar.config.js.