mirror of
https://github.com/tauri-apps/vue-cli-plugin-tauri.git
synced 2026-02-04 02:31:17 +01:00
dependabot/npm_and_yarn/decode-uri-component-0.2.2
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
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
Languages
JavaScript
100%