Tauri + SvelteKit template
The Tauri Svelte Template is a project template that combines the Tauri framework, Svelte, and TypeScript to create a cross-platform application. It provides a convenient starting point for developers looking to build applications with these technologies. This template also includes additional features such as pre-installed Sass preprocessing, ESLint, and Prettier.
To use the Tauri Svelte Template, follow these installation instructions:
npm install: This will install the necessary dependencies for the template.To run the template, use the following commands:
npm run dev: Starts the application in development mode.npm run build: Builds the application.npm run lint: Runs code linting using ESLint.npm run format: Uses Prettier to format the code.To release a new version of the application, follow these steps:
CHANGELOG.md: Add a summary of the changes made in the new version.src-tauri/Cargo.toml: Update the version number to reflect the new release.cargo check: This will update the Cargo.lock file.v#.#.#: Tag the new release with the updated version number.The Tauri Svelte Template is a project template that combines Tauri, Svelte, and TypeScript to create a cross-platform application. It provides a convenient starting point for developers and includes features such as pre-installed Sass preprocessing, ESLint, and Prettier. The installation process is straightforward, and the template provides useful commands for development, building, linting, and formatting. Releasing a new version is also well-documented with clear steps to follow. Overall, the template offers a robust foundation for developing cross-platform applications with Tauri, Svelte, and TypeScript.