Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 700 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 700 Bytes

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*.*.*