Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/cli-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/ru/guide/cli-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/guide/cli-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down