feat: add docs/tauri.md (#610)
This commit is contained in:
		@@ -40,6 +40,7 @@ Quick Reference
 | 
				
			|||||||
[Chown](./docs/chown.md)<!--rehype:style=background: rgb(12 75 51/var(\-\-bg\-opacity));&class=contributing-->  
 | 
					[Chown](./docs/chown.md)<!--rehype:style=background: rgb(12 75 51/var(\-\-bg\-opacity));&class=contributing-->  
 | 
				
			||||||
[R 语言](./docs/r.md)<!--rehype:style=background: rgb(39 108 192);&class=contributing-->  
 | 
					[R 语言](./docs/r.md)<!--rehype:style=background: rgb(39 108 192);&class=contributing-->  
 | 
				
			||||||
[Elixir](./docs/elixir.md)<!--rehype:style=background: rgb(124 26 156);&class=contributing tag&data-lang=Elixir-->   
 | 
					[Elixir](./docs/elixir.md)<!--rehype:style=background: rgb(124 26 156);&class=contributing tag&data-lang=Elixir-->   
 | 
				
			||||||
 | 
					[Tauri](./docs/tauri.md)
 | 
				
			||||||
<!--rehype:class=home-card-->
 | 
					<!--rehype:class=home-card-->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## 编程
 | 
					## 编程
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										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