mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 08:00:50 +08:00
More info in the project template READMEs
This commit is contained in:
parent
b002830897
commit
2c65415268
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
This is a basic Svelte template, using rollup to bundle the assets into a single JS file.
|
This is a basic Svelte template, using rollup to bundle the assets into a single JS file. Rollup is configured to do the
|
||||||
Rollup is configured to do the following:
|
following:
|
||||||
|
|
||||||
- Convert imported images to base64 strings
|
- Convert imported images to base64 strings
|
||||||
- Convert `url()` in `@font-face` declarations 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.
|
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
|
## Live Development
|
||||||
|
|
||||||
To run in live development mode, run `wails dev` in the project directory. The frontend dev server will run
|
To run in live development mode, run `wails dev` in the project directory. The frontend dev server will run
|
||||||
|
@ -4,6 +4,9 @@
|
|||||||
|
|
||||||
This template uses vanilla JS / HTML and CSS.
|
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
|
## Live Development
|
||||||
|
|
||||||
To run in live development mode, run `wails dev` in the project directory. The frontend dev server will run
|
To run in live development mode, run `wails dev` in the project directory. The frontend dev server will run
|
||||||
|
Loading…
Reference in New Issue
Block a user