https://github.com/raitonoberu/wails-svelte-template
A Wails template based on Svelte
https://github.com/raitonoberu/wails-svelte-template
svelte wails
Last synced: 6 months ago
JSON representation
A Wails template based on Svelte
- Host: GitHub
- URL: https://github.com/raitonoberu/wails-svelte-template
- Owner: raitonoberu
- Archived: true
- Created: 2021-12-20T13:25:01.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T17:53:13.000Z (almost 4 years ago)
- Last Synced: 2025-02-19T07:45:20.553Z (8 months ago)
- Topics: svelte, wails
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wails-svelte-template
A minimal [Wails](https://wails.io/) template based on [Svelte](https://svelte.dev).
## Usage
```bash
wails init -n myapp -t https://github.com/raitonoberu/wails-svelte-template
```## Building
To build this project in debug mode, use `wails build`. For production, use `wails build -production`.
To generate a platform native package, add the `-package` flag.## Live Development
To run in live development mode, run `wails dev` in the project directory. In another terminal, go into the `frontend`
directory and run `npm run dev`. Now every change you make to the frontend should hot-reload the UI.