vue-cli-plugin-tauri icon indicating copy to clipboard operation
vue-cli-plugin-tauri copied to clipboard

Turn your Vue SPA into a lightweight cross-platform desktop app

Results 13 vue-cli-plugin-tauri issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Hello, I see that : https://devtools.vuejs.org/guide/installation.html#using-dependency-package but I think it's for Electron (not work). How can I add Vue Devtools in my Tauri project ? Thanks

**Describe the bug** Running `yarn tauri:build` fails while `yarn build` works fine. It seems that the build CLI is looking for `legacy-assets-index.html.json` in normal `dist` path instead of at `src-tauri/target/webpack_dist`....

### **Unable to run app in dev mode** When I run yarn tauri:serve on a freshly created vue app it shows blank screen. Instead if I do yarn tauri:build the...

**Describe the bug** I try to use `yarn tauri:serve` command, but it fails. Using `tauri dev` + `vue-cli-service serve`, everything works fine. I've tried with NPM as well. The error...

**Describe the bug** When running "tauri:serve", I need to be able to pass in additional arguments to my application's custom CLI for testing purposes. **Expected behavior** A clear and concise...

**Describe the bug** A clear and concise description of what the bug is. Upon creating a new project, got the following at the end of `tauri:build`: ``` Bundling "/Volumes/MacHD2/apps/app-tauri-first/src-tauri/target/release/bundle/dmg/App First_0.1.0_x64.dmg"...

It would be cool to have an example in the readme walking people through how to make a tauri app with vue using gui.js

enhancement

'vue' is not recognized as an internal or external command, operable program or batch file.