Skip to content

njgheorghita/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.

Dependencies...

  • install trin client instructions
    • move the trin client executable to the src-tauri directory
      • the executable needs to be renamed to include your systems -$TARGET_TRIPLE suffix.
      • instructions to rename the executable with your system's suffix are here
  • use node V20 or lower to handle tailwind config CJS modules
  • rustup needs to be installed
    • curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Dev...

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

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

Helpful info

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published