项目作者: lukethacoder

项目描述 :
🌁 small Tauri / React example feat. Communication
高级语言: JavaScript
项目地址: git://github.com/lukethacoder/tauri-react-example.git
创建时间: 2020-06-15T09:55:01Z
项目社区:https://github.com/lukethacoder/tauri-react-example

开源协议:

下载


Tauri React Example (2023)

recently updated with the latest versions of tauri (feat. drag n drop functionality)

tauri-react-dnd.gif

test-screenshot.jpg

Simple React(vite) starter running with Tauri.

Should hopefully save some time trying to setup Tauri and React.

Includes react-beautiful-dnd with the "fileDropEnabled": false options set in tauri.config.json. This can be removed if you don’t require it.

Currently config’d to run on the Cloudbridge pattern.

Development

  1. yarn tauri dev

Production Build

  1. yarn tauri build

Debugging on Windows

Install Microsoft Edge Devtools. Make sure you have Edge Legacy installed.

more info here