Wails-3-Templates-Vite-pnpm Svelte Themes

Wails 3 Templates Vite Pnpm

Svelte 5

Wails 3 Templates

All dependencies updated

Both using Vite and pnpm

Instalation, from each project folder:

cd frontend
pnpm i

Execution:

Wails3 dev

To create a new Wails 3 project with a different template:

wails3 init -n project-name -l

That will return a list of all available templates. Replace -l for -t template-name

Some issues could happen with a fresh project:

  • In your builds/Taskfile.yml dev:frontend section, ensure there is no -q in the cmd section
  • In your builds/config.yml ensure the cmd: wails3 task common:dev:frontend is executed first under the dev_mode section

Top categories

Loading Svelte Themes