5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 17:41:24 +08:00

More info in the project template READMEs

This commit is contained in:
Lea Anthony 2022-03-19 11:02:22 +11:00
parent b002830897
commit 2c65415268
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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