9
stars
0
forks
source link
Tauri Template
- Tauri
- GitHub action for cross-platform builds
- Builds for macOS 10.13+
- Svelte
- Vite
- TypeScript
svelte-preprocess
with Sass installed by default
- Hot module replacement
- ESLint
- Prettier
Dev instructions
Get started
- Install Node.js
- Install Rust
- Follow the Tauri setup guide
- Run
npm install
Commands
npm run dev
: Start app in dev mode
npm run build
: Build
npm run format
: Format
npm run check
: Check code
Release new version
- Update
CHANGELOG.md
- Manually bump the version number in
src-tauri/Cargo.toml
- Run
npm run check
to make sure Cargo.lock
is up to date
- Commit with a tag in the format
v#.#.#
- Add release notes to the generated GitHub release and publish it