A Template App using Vue Quasar Framework for building WebApp and Rust Tauri for wrapping into Desktop/Mobile App
Sample template
yarn
# or
npm install
quasar dev
yarn lint
# or
npm run lint
quasar build
yarn tauri dev
yarn tauri build
TAURI_APPLE_DEVELOPMENT_TEAM='plybi' yarn tauri ios init
yarn tauri ios dev
yarn tauri ios build