Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ppcamp/tauri-wails-examples
Simple example of electron apss, using Tauri (rust electron UI) and Wails (go electron), with package generation cross-platform, and github actions.
https://github.com/ppcamp/tauri-wails-examples
electron github-actions svelte svelte5 tauri wails
Last synced: 4 months ago
JSON representation
Simple example of electron apss, using Tauri (rust electron UI) and Wails (go electron), with package generation cross-platform, and github actions.
- Host: GitHub
- URL: https://github.com/ppcamp/tauri-wails-examples
- Owner: ppcamp
- License: mit
- Created: 2024-09-01T23:15:31.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T16:33:45.000Z (5 months ago)
- Last Synced: 2024-09-27T17:03:09.198Z (4 months ago)
- Topics: electron, github-actions, svelte, svelte5, tauri, wails
- Language: NSIS
- Homepage:
- Size: 405 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# tauri-ui
[![multi-builder](https://github.com/ppcamp/tauri-ui/actions/workflows/multi-builder.yml/badge.svg?branch=release)](https://github.com/ppcamp/tauri-ui/actions/workflows/multi-builder.yml)
A simple example of how to use Tauri to generate a electron application, with
WebElementsIn this example, we have 2 different ways to configure
using vanilla web elements and svelte 5 preview.In this case, to run in development mode, per example,
you need to type for vanilla
`make tauri-vanilla-run` or `make tauri-svelte-run`.> All those svelte versions were upgraded to svelte 5 beta verison