|
@@ -19,7 +19,7 @@ There are two ways to integrate with Tauri depends on your need:
|
|
|
```bash
|
|
|
yarn create tauri-app
|
|
|
#OR
|
|
|
-npm x create-tauri-app
|
|
|
+npx create-tauri-app
|
|
|
```
|
|
|
|
|
|
Just follow the instructions and choose the web frontend framework you prefer. `create-tauri-app` will create a template project depends on your inputs. You can go straight to [check `tauri info`](#3-check-tauri-info-to-make-sure-everything-is-set-up-properly) after this.
|
|
@@ -162,4 +162,4 @@ We've also defined prebuilt configurations called "Patterns". They may help you
|
|
|
|
|
|
## Vue CLI Plugin Tauri
|
|
|
|
|
|
-If you are using Vue CLI, it is recommended to use the official [CLI plugin](https://github.com/tauri-apps/vue-cli-plugin-tauri).
|
|
|
+If you are using Vue CLI, it is recommended to use the official [CLI plugin](https://github.com/tauri-apps/vue-cli-plugin-tauri).
|