Wails Vite Svelte Template

screenshot of Wails Vite Svelte Template
svelte
vite

A Wails template using Svelte and Vite

Overview

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.

Features

  • Wails template using Svelte and Vite for asset bundling
  • Live development mode with automatic reloading of frontend source files
  • Production mode package building with Wails
  • Watcher configuration for monitoring frontend and backend changes simultaneously

Summary

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
Svelte

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
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects