Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit bf74229

Browse files
authored
Update README.md
1 parent f5bab4d commit bf74229

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# vue-cli-plugin-tauri
22

3-
> A Vue CLI plugin for rigging [Tauri](https://github.com/tauri-apps/tauri)
4-
5-
Turn your Vue SPA into a tiny cross platform desktop app that is fast and secure.
3+
> [Tauri](https://tauri.studio) 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.
64
75
## Installation
86

@@ -16,7 +14,7 @@ Please visit the [documentation website](https://tauri.studio) or our [discord s
1614
- Tauri CLI (`cargo install tauri-bundler`)
1715
- [Yarn](https://yarnpkg.com/lang/en/) (optional but recommended over npm)
1816

19-
### Detailed Installation Instructions:
17+
### Detailed Prerequisite Installation Instructions:
2018

2119
- Linux: https://tauri.studio/docs/getting-started/setup-linux/
2220
- Mac: https://tauri.studio/docs/getting-started/setup-macos/
@@ -44,7 +42,7 @@ With Yarn:
4442
```bash
4543
# Start dev server with HMR
4644
yarn tauri:serve
47-
# Build executable (dist in src-tauri/target/release)
45+
# Build executable
4846
yarn tauri:build
4947
```
5048

@@ -53,6 +51,6 @@ With npm:
5351
```bash
5452
# Start dev server with HMR
5553
npm run tauri:serve
56-
# Build executable (dist in src-tauri/target/release)
54+
# Build executable
5755
npm run tauri:build
5856
```

0 commit comments

Comments
 (0)