Browse Source

Update 'README.md'

天问 6 months ago
parent
commit
e60dcb9d24
1 changed files with 13 additions and 3 deletions
  1. 13 3
      README.md

+ 13 - 3
README.md

@@ -1,13 +1,23 @@
 # tauri
 
-构建更小更快更安全的桌面app,支持windows,mac,linux,暂不支持手机端,打包 .msi,自更新 ,接着**使用vue/react等web框架写界面**。
+构建更小更快更安全的桌面app,支持 windows,mac,linux,暂不支持手机端,打包 .msi,自更新 ,接着**使用vue/react等web框架写界面**。
 
 
-## 
+## Develop
 
 ```
 cargo install create-tauri-app --locked
 cargo create-tauri-app
 # https://tauri.app/v1/guides/getting-started/setup
 
-```
+```
+
+
+
+## 
+
+下面是tauri 打包跨平台应用:
+
+https://gitee.com/qiaoshengda/es-client
+
+