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.
npm install from within the frontend/ directory to install the JavaScript dependencies.wails build from the project root directory to build the dist/ directory for the first time.npm run dev.wails dev in the project directory.wails dev.wails build.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.