Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 406 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 406 Bytes

心电社区桌面版

心电社区桌面版使用了Nuxt3作为前端,使用Tauri打包成App。

部署

首先下载所需要的包

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

使用Tauri

# 下载Tauri
cargo install tauri-cli
# 初始化
cargo tauri init
# 启动项目
cargo tauri dev