Skip to content

Files

Latest commit

8c82b7e · Jan 14, 2022

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