8000 docs: Add Chinese translation for the part -- Installing plugin locally by MoruoFrog · Pull Request #4165 · vuejs/vue-cli · GitHub
[go: up one dir, main page]

Skip to content

docs: Add Chinese translation for the part -- Installing plugin locally #4165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 20, 2019
Merged
Changes from 1 commit
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
Prev Previous commit
docs: Update docs/zh/dev-guide/plugin-dev.md
Co-Authored-By: Haoqun Jiang <haoqunjiang@gmail.com>
  • Loading branch information
MoruoFrog and haoqunjiang authored Jun 20, 2019
commit 3ec378653e621b0b1918172d3c3a0ab90f858351
2 changes: 1 addition & 1 deletion docs/zh/dev-guide/plugin-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ vue invoke my-plugin --mode awesome

### 本地测试插件

当你进行插件开发的时候,需要在本地对插件进行测试,你可以使用已有的Vue Cli项目或者新建一个项目来进行
当你进行插件开发的时候,需要在本地对插件进行测试,你可以使用已有的 Vue CLI 项目或者新建一个项目来进行

```bash
vue create test-app
Expand Down
0