mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 19:44:39 +03:00
use npx instead of npm x (#2757)
This commit is contained in:
parent
39e0da1652
commit
80bad76053
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user