Skip to content

Commit

Permalink
feat: add docs/tauri.md (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperDiscovery committed Apr 14, 2024
1 parent 9db1382 commit 4db4c7a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ Quick Reference
[Github Copilot](./docs/github-copilot.md)<!--rehype:style=background: rgb(125 45 220);&class=tag contributing&data-lang=AI&data-info=👆看看还缺点儿什么?-->
[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-->
[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-->

## 编程
Expand Down
22 changes: 22 additions & 0 deletions docs/tauri.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 4db4c7a

Please sign in to comment.