use npx instead of npm x (#2757)

This commit is contained in:
Todsaporn Banjerdkit 2021-10-17 19:44:38 +07:00 committed by GitHub
parent 39e0da1652
commit 80bad76053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).