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
- Host: GitHub
- URL: https://github.com/nonacosa/tauri-vue3-vuetify3-template
- Owner: nonacosa
- Created: 2022-01-14T10:01:23.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-14T10:26:42.000Z (almost 4 years ago)
- Last Synced: 2025-03-05T23:32:42.693Z (7 months ago)
- Language: Vue
- Size: 1.12 MB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## 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
```