Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 408 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 408 Bytes

image.png

First EVN

1、install cargo

curl https://sh.rustup.rs -sSf | sh

2、install cargo-tauri

cargo install tauri-cli --git https://github.com/tauri-apps/tauri

3、run vue

yarn run serve   # default port is 8080 at tauri.conf.json

4、run app dev

cargo-tauri dev