This template has been modified from the starting template given by Tauri. The purpose is to demonstrate multiple different functionalities at once to make it easier to create your desired application. This template uses Vue 3 for frontend development.
All that you will need to do is run yarn install
to setup the project.
Simply run yarn dev
to run the development mode which will startup Tailwind, Vite and Tauri.
The starter script is yarn build
which will compile Tailwind and build Tauri. However, if on an ARM Mac, you can run yarn build-intel
to build for Intel based Macs specifically.