All Projects → tauri-apps → vue-cli-plugin-tauri

tauri-apps / vue-cli-plugin-tauri

Licence: MIT license
Turn your Vue SPA into a lightweight cross-platform desktop app

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vue-cli-plugin-tauri

vue-cli-plugin-docker
🐳 Dockerize your vue app
Stars: ✭ 23 (-92.94%)
Mutual labels:  vue-cli-plugin
vue-cli-plugin-quasar
Quasar Framework Vue CLI plugin
Stars: ✭ 66 (-79.75%)
Mutual labels:  vue-cli-plugin
simple-obs-stt
Speech-to-text and keyboard input captions for OBS.
Stars: ✭ 89 (-72.7%)
Mutual labels:  tauri
web-to-desktop-framework-comparison
This repository was made to create an objective comparison of multiple framework that grant us to "transform" our web app to desktop application formats.
Stars: ✭ 605 (+85.58%)
Mutual labels:  tauri
astrodon
Make Desktop apps with Deno 🦕
Stars: ✭ 826 (+153.37%)
Mutual labels:  tauri
tauri-svelte-template
No description or website provided.
Stars: ✭ 32 (-90.18%)
Mutual labels:  tauri
tauri-typescript-react-boilerplate
A Tauri Typescript React Boilerplate that works out of the box.
Stars: ✭ 40 (-87.73%)
Mutual labels:  tauri
awesome-tauri
🚀 Awesome Tauri Apps, Plugins and Resources
Stars: ✭ 333 (+2.15%)
Mutual labels:  tauri
Hajime
Hajime - Competition software management for Fencing Martial Arts
Stars: ✭ 13 (-96.01%)
Mutual labels:  tauri
n-link
Free, cross-platform, CX-II compatible computer linking program for the TI-Nspire.
Stars: ✭ 51 (-84.36%)
Mutual labels:  tauri
deplore
deplore is a DeepL client app.
Stars: ✭ 19 (-94.17%)
Mutual labels:  tauri
sirix-svelte-frontend
A GUI console for SirixDB, using Svelte/Sapper.
Stars: ✭ 23 (-92.94%)
Mutual labels:  tauri
Spring Boot Vuejs
Example project showing how to build a Spring Boot App providing a GUI with Vue.js
Stars: ✭ 1,818 (+457.67%)
Mutual labels:  vue-cli-plugin
Vue Cli Plugin Electron Builder
Easily Build Your Vue.js App For Desktop With Electron
Stars: ✭ 3,549 (+988.65%)
Mutual labels:  vue-cli-plugin
vue-cli-plugin-dll
Vue CLI 3 plugin for Webpack DllPlugin/DllReferencePlugin
Stars: ✭ 77 (-76.38%)
Mutual labels:  vue-cli-plugin
vue-cli-plugin-material
[UNMAINTAINED] Vue CLI 3 plugin for MDC Web and Vue MDC Adapter with Sass support
Stars: ✭ 15 (-95.4%)
Mutual labels:  vue-cli-plugin

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:

Steps:

  1. Create a Vue CLI project (or cd into an existing one)
vue create my-tauri-app
cd my-tauri-app
  1. Install Vue CLI Plugin Tauri
vue add tauri
  1. 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].