Skip to content

ghostdevv/time

Repository files navigation

svite-template-tauri-routify-ts

setup

  1. Setup tauri dev environment for your os
  1. init tauri with npm run tauri init
  1. development
  • use npm run dev if you only want to develop the ui part in the browser
  • use npm run tauri-dev if you want to develop with tauri running. first run takes a while
  1. building
  • use npm run build if you only want to build the ui part into dist
  • use npm run tauri-build if you want to build the native app. first run takes a while
  1. enjoy