An open API service indexing awesome lists of open source software.

https://github.com/nonacosa/tauri-vue3-vuetify3-template

power by tauri add vue3 vuetify3 typescript cross platform gui template
https://github.com/nonacosa/tauri-vue3-vuetify3-template

Last synced: 7 months ago
JSON representation

power by tauri add vue3 vuetify3 typescript cross platform gui template

Awesome Lists containing this project

README

          

![image.png](https://s2.loli.net/2022/01/14/gvBTKRc7WmNF6Zp.png)

## First EVN

### 1、install cargo

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

### 2、install cargo-tauri

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

### 3、run vue

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

### 4、run app dev

```shell
cargo-tauri dev
```