dependabot[bot] af4c719a32 chore(deps): bump yargs-parser from 13.1.1 to 13.1.2
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2.
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/main/docs/CHANGELOG-full.md)
- [Commits](https://github.com/yargs/yargs-parser/commits)

---
updated-dependencies:
- dependency-name: yargs-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 19:19:01 +00:00
2021-04-15 18:13:09 -07:00
2020-06-28 11:02:10 -07:00
2019-12-17 16:58:59 -08:00
2022-02-11 10:24:16 -03:00
2019-12-17 16:58:59 -08:00
2019-12-06 01:06:36 +01:00
2022-02-11 16:15:37 -03:00
2020-08-05 13:37:11 -07:00
2022-01-19 15:03:15 -06:00

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
Description
No description provided
Readme MIT 1.3 MiB
Languages
JavaScript 100%