feat: add docs/tauri.md (#610)
This commit is contained in:
		
							
								
								
									
										22
									
								
								docs/tauri.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								docs/tauri.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,22 @@
 | 
			
		||||
tauri 备忘清单
 | 
			
		||||
===
 | 
			
		||||
 | 
			
		||||
这个 [tauri](https://tauri.app/) 快速参考备忘单显示了它的常用命令使用清单
 | 
			
		||||
 | 
			
		||||
常用命令
 | 
			
		||||
----
 | 
			
		||||
<!--rehype:body-class=cols-2-->
 | 
			
		||||
命令 | 描述
 | 
			
		||||
:- |:-
 | 
			
		||||
`npm create tauri-app@latest`                      | 创建一个新项目
 | 
			
		||||
`npm install`                      | 安装依赖
 | 
			
		||||
`npm run tauri dev`                      | 应用预览
 | 
			
		||||
 | 
			
		||||
依赖环境
 | 
			
		||||
----
 | 
			
		||||
<!--rehype:body-class=cols-2-->
 | 
			
		||||
软件 | 描述
 | 
			
		||||
:- |:-
 | 
			
		||||
[rust](https://www.rust-lang.org/tools/install)| rust安装
 | 
			
		||||
[nodejs](https://nodejs.org/en)| nodejs安装
 | 
			
		||||
[Build Tools](https://visualstudio.microsoft.com/zh-hans/visual-cpp-build-tools/)| Microsoft C++ 生成工具 (for windows)
 | 
			
		||||
		Reference in New Issue
	
	Block a user