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
- Host: GitHub
- URL: https://github.com/shellrow/tauri-vue-template
- Owner: shellrow
- License: mit
- Created: 2022-09-11T06:47:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T12:08:16.000Z (over 2 years ago)
- Last Synced: 2025-03-28T09:44:39.033Z (about 1 year ago)
- Language: Vue
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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