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

https://github.com/shellrow/tauri-vue-template

Tauri + Vite + Vue 3 desktop app template
https://github.com/shellrow/tauri-vue-template

Last synced: 3 months ago
JSON representation

Tauri + Vite + Vue 3 desktop app template

Awesome Lists containing this project

README

          

# tauri-vue-template
Tauri + Vite + Vue 3 desktop app template

## Installation
1. Clone repository
```sh
git clone https://github.com/shellrow/tauri-vue-template your-app-name
```

2. Install packages
```
cd your-app-name
npm install
```

3. Build and run
```
cargo tauri dev
```

## Note
Please check the following configuration file
`your-app-name/src-tauri/tauri.conf.json`
1. Check the `dist` directory
2. Specify application name and window title