mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-24 05:50:21 -05:00
docs: change references of "Vue CLI 3" to "Vue CLI" (#3422) [ci skip]
This commit is contained in:
@@ -626,7 +626,7 @@ api.addTask({
|
||||
|
||||
### 创建一个客户端 addon
|
||||
|
||||
推荐的创建一个客户端 addon 的方式是通过 vue-cli 3 创建一个新项目。你也可以在插件的子目录或不同的 npm 包中这样做。
|
||||
推荐的创建一个客户端 addon 的方式是通过 vue cli 创建一个新项目。你也可以在插件的子目录或不同的 npm 包中这样做。
|
||||
|
||||
作为开发依赖安装 `@vue/cli-ui`。
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
{
|
||||
"name": "vue-cli-plugin-apollo",
|
||||
"version": "0.7.7",
|
||||
"description": "vue-cli 3 plugin to add Apollo and GraphQL"
|
||||
"description": "vue cli plugin to add Apollo and GraphQL"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user