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.
npm install
npm run tauri dev
npm run lint
(optional)https://www.shadcn-vue.com/docs/introduction.html
for all the js components
- add selenium for testing (
https://v2.tauri.app/develop/tests/webdriver/example/selenium/
)
- 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*.*.*