
A Wails template using Svelte and Vite
This README provides instructions for using a Wails template with Svelte and Vite for asset bundling. It includes installation steps and tips for live development and building the application. The template is designed to work with Wails version 2.0.0-beta.33 and later.
This README provides instructions for using a Wails template with Svelte and Vite for asset bundling. It covers installation steps, live development mode, production mode package building, and specific considerations for Windows and Wails version 2.0.0-beta.33 and later. The template allows for seamless frontend and backend development with automatic reloading of relevant files.

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects