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.
- install trin client instructions
- move the trin client
executable
to thesrc-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
- the
- move the trin client
- 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
npm install
npm run tauri dev
npm run lint
(optional)https://www.shadcn-vue.com/docs/introduction.html
for all the js components
- 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*.*.*
- Do not run trin client at the same times as trin-desktop
- Trin supported JSON RPC methods