瀏覽代碼

use npx instead of npm x (#2757)

Todsaporn Banjerdkit 3 年之前
父節點
當前提交
80bad76053
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/usage/development/integration.md

+ 2 - 2
docs/usage/development/integration.md

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