diff --git a/v2/cmd/wails/internal/commands/initialise/templates/templates/svelte/README.md b/v2/cmd/wails/internal/commands/initialise/templates/templates/svelte/README.md index 45c57ab69..b02b4aedc 100644 --- a/v2/cmd/wails/internal/commands/initialise/templates/templates/svelte/README.md +++ b/v2/cmd/wails/internal/commands/initialise/templates/templates/svelte/README.md @@ -2,8 +2,8 @@ ## About -This is a basic Svelte template, using rollup to bundle the assets into a single JS file. -Rollup is configured to do the following: +This is a basic Svelte template, using rollup to bundle the assets into a single JS file. Rollup is configured to do the +following: - Convert imported images to base64 strings - Convert `url()` in `@font-face` declarations to base64 strings @@ -12,6 +12,9 @@ Rollup is configured to do the following: Clicking the button will call the backend. +You can configure the project by editing `wails.json`. More information about the project settings can be found +here: https://wails.io/docs/reference/project-config + ## Live Development To run in live development mode, run `wails dev` in the project directory. The frontend dev server will run diff --git a/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/README.md b/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/README.md index 5b2db9baf..a7a3c1a22 100644 --- a/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/README.md +++ b/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/README.md @@ -4,6 +4,9 @@ This template uses vanilla JS / HTML and CSS. +You can configure the project by editing `wails.json`. More information about the project settings can be found +here: https://wails.io/docs/reference/project-config + ## Live Development To run in live development mode, run `wails dev` in the project directory. The frontend dev server will run