Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukethacoder/tauri-solid-example
🦀 Small Tauri SolidJS Example feat. Vite
https://github.com/lukethacoder/tauri-solid-example
desktop-app postcss rust solid tauri typescript vite
Last synced: 19 days ago
JSON representation
🦀 Small Tauri SolidJS Example feat. Vite
- Host: GitHub
- URL: https://github.com/lukethacoder/tauri-solid-example
- Owner: lukethacoder
- Created: 2022-05-21T02:14:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T09:20:57.000Z (about 1 month ago)
- Last Synced: 2024-10-11T13:27:29.938Z (about 1 month ago)
- Topics: desktop-app, postcss, rust, solid, tauri, typescript, vite
- Language: Rust
- Homepage:
- Size: 869 KB
- Stars: 18
- Watchers: 3
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Tauri Solid Example (2022)
![test-screenshot.jpg](./docs/test-screenshot.png)
Simple [Solid](https://www.solidjs.com/)([vite](https://vitejs.dev/)) starter running with [Tauri](https://tauri.studio/).
Should hopefully save some time trying to setup Tauri and Solid.
> Currently config'd to run on the [Cloudbridge](https://tauri.studio/docs/architecture/recipes/cloudbridge) pattern.
### Development
```
yarn tauri dev
```### Production Build
```
yarn tauri build
```## Debugging on Windows
Install [Microsoft Edge Devtools](https://www.microsoft.com/en-au/p/microsoft-edge-devtools-preview/9mzbfrmz0mnj?rtc=1&activetab=pivot:overviewtab). Make sure you have Edge Legacy installed.
more info [here](https://github.com/tauri-apps/tauri/wiki/04.-MS-Windows-Setup#devtools)