Skip to content

michaelgreen06/trin-desktop

 
 

Repository files navigation

Tauri + Vue 3

This template should help get you started developing with Tauri + Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Dev...

  • npm install
  • npm run tauri dev
  • npm run lint (optional)
  • https://www.shadcn-vue.com/docs/introduction.html for all the js components

Todo...

  • add selenium for testing (https://v2.tauri.app/develop/tests/webdriver/example/selenium/)

Releasing...

  • update the version in tauri.conf.json & merge to master
  • tag latest commit with the version number
  • git tag app-v*.*.*
  • git push origin app-v*.*.*

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 72.1%
  • JavaScript 15.5%
  • Rust 11.2%
  • Other 1.2%