mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-06 20:09:14 -05:00
Update npx repository URL. (#4431)
This commit is contained in:
committed by
Pavan Kumar Sunkara
parent
7a51eac7c1
commit
94b07fb8b2
@@ -23,7 +23,7 @@ npm run serve
|
||||
yarn serve
|
||||
```
|
||||
|
||||
If you have [npx](https://github.com/zkat/npx) available (should be bundled with an up-to-date version of npm), you can also invoke the binary directly with:
|
||||
If you have [npx](https://github.com/npm/npx) available (should be bundled with an up-to-date version of npm), you can also invoke the binary directly with:
|
||||
|
||||
``` bash
|
||||
npx vue-cli-service serve
|
||||
|
||||
@@ -23,7 +23,7 @@ npm run serve
|
||||
yarn serve
|
||||
```
|
||||
|
||||
Если у вас установлен [npx](https://github.com/zkat/npx) (должен поставляться в комплекте с последней версией npm), то вы также можете запустить бинарник напрямую:
|
||||
Если у вас установлен [npx](https://github.com/npm/npx) (должен поставляться в комплекте с последней версией npm), то вы также можете запустить бинарник напрямую:
|
||||
|
||||
``` bash
|
||||
npx vue-cli-service serve
|
||||
|
||||
@@ -23,7 +23,7 @@ npm run serve
|
||||
yarn serve
|
||||
```
|
||||
|
||||
如果你可以使用 [npx](https://github.com/zkat/npx) (最新版的 npm 应该已经自带),也可以直接这样调用命令:
|
||||
如果你可以使用 [npx](https://github.com/npm/npx) (最新版的 npm 应该已经自带),也可以直接这样调用命令:
|
||||
|
||||
``` bash
|
||||
npx vue-cli-service serve
|
||||
|
||||
Reference in New Issue
Block a user