Skip to content

caryxiao/tauri-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tauri React App

这是一个Demo项目。

如何使用?

这里默认你会安装rust环境。 如果不会请自行百度或者谷歌搜索。

执行下面命令前请先安装rust。

# 安装依赖
yarn install
# 执行开发环境
yarn start
# 打包
yarn build