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

Commit 23796e5

Browse files
committed
chore(readme): update installation guide
1 parent 07cc932 commit 23796e5

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# vue-cli-plugin-tauri
22

3-
A Vue CLI plugin for rigging Tauri
3+
> A Vue CLI plugin for rigging [Tauri](https://github.com/tauri-apps/tauri)
44
5-
## Installation
5+
Turn your Vue SPA into a tiny cross platform desktop app that is fast and secure.
66

7-
> Currently not published on npm as it is pre-alpha, but you can test it from git
7+
## Installation
88

99
Prerequisites:
1010

@@ -16,7 +16,7 @@ Prerequisites:
1616

1717
Steps:
1818

19-
1. Create a Vue CLI project
19+
1. Create a Vue CLI project (or cd into an existing one)
2020

2121
```bash
2222
vue create my-tauri-app
@@ -25,18 +25,8 @@ cd my-tauri-app
2525

2626
2. Install Vue CLI Plugin Tauri
2727

28-
With Yarn:
29-
30-
```bash
31-
yarn add --dev https://github.com/tauri-apps/vue-cli-plugin-tauri
32-
vue invoke tauri
33-
```
34-
35-
With npm:
36-
3728
```bash
38-
npm i --dev https://github.com/tauri-apps/vue-cli-plugin-tauri
39-
vue invoke tauri
29+
vue add tauri
4030
```
4131

4232
3. Run commands

0 commit comments

Comments
 (0)