1.0.0 • Published 3 years ago
vue-cli-plugin-tauri v1.0.0
vue-cli-plugin-tauri
Tauri is a toolkit for creating smaller, faster, and more secure desktops applications with a web frontend. This plugin configures Tauri to work in your Vue CLI project.
Installation
Please visit the documentation website or our discord server if you have any problems.
General Prerequisites:
- NodeJS/npm
- Vue CLI (
yarn global add @vue/cli
/npm i -g @vue/cli
) - Rust/Cargo
Detailed Prerequisite Installation Instructions:
- Linux: https://tauri.studio/docs/get-started/setup-linux
- Mac: https://tauri.studio/docs/get-started/setup-macos
- Windows: https://tauri.studio/docs/get-started/setup-windows
Steps:
- Create a Vue CLI project (or cd into an existing one)
vue create my-tauri-app
cd my-tauri-app
- Install Vue CLI Plugin Tauri
vue add tauri
- Run commands
With Yarn:
# Start dev server with HMR
yarn tauri:serve
# Build executable
yarn tauri:build
With npm:
# Start dev server with HMR
npm run tauri:serve
# Build executable
npm run tauri:build
1.0.0
3 years ago
1.0.0-rc.3
3 years ago
1.0.0-rc.2
3 years ago
1.0.0-rc.1
3 years ago
1.0.0-rc.0
3 years ago
1.0.0-beta.6
4 years ago
1.0.0-beta.3
4 years ago
1.0.0-beta-rc.2
4 years ago
1.0.0-beta.2
4 years ago
1.0.0-beta.0
4 years ago
1.0.0-beta-rc.1
4 years ago
0.14.0
4 years ago
0.13.0
4 years ago
0.12.1
5 years ago
0.12.0
5 years ago
0.11.1
5 years ago
0.11.0
5 years ago
0.10.0
5 years ago
0.9.0
5 years ago
0.8.0
5 years ago
0.7.0
5 years ago
0.6.0
5 years ago
0.5.0
5 years ago
0.0.7
5 years ago
0.0.6
5 years ago
0.0.5
5 years ago
0.0.4
5 years ago
0.0.3
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago