Skip to content

Commit c4b4bb0

Browse files
committed
docs: improve installation tip + tweaks [ci skip]
1 parent 2bcbe71 commit c4b4bb0

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

docs/.vuepress/style.styl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33

44
.search-box .suggestion a
55
white-space normal
6+
7+
#carbonads a
8+
display inline !important

docs/guide/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Installation
22

3-
::: danger
3+
::: warning Warning regarding Previous Versions
44
The package name changed from `vue-cli` to `@vue/cli`.
55
If you have the previous `vue-cli` (1.x or 2.x) package installed globally, you need to uninstall it first with `npm uninstall vue-cli -g` or `yarn global remove vue-cli`.
66
:::

docs/zh/guide/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 安装
22

3-
::: danger 危险
4-
我们的包名由 `vue-cli` 改成了 `@vue/cli`
3+
::: warning 关于旧版本
4+
VUe CLI 的包名称由 `vue-cli` 改成了 `@vue/cli`
55
如果你已经全局安装了旧版本的 `vue-cli` (1.x 或 2.x),你需要先通过 `npm uninstall vue-cli -g``yarn global remove vue-cli` 卸载它。
66
:::
77

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"request-promise-native": "^1.0.5",
6868
"rimraf": "^2.6.2",
6969
"semver": "^5.5.0",
70-
"vuepress": "^0.14.0",
70+
"vuepress": "^0.14.1",
7171
"vuepress-theme-vue": "^1.1.0",
7272
"yorkie": "^2.0.0"
7373
},

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12581,9 +12581,9 @@ vuepress-theme-vue@^1.1.0:
1258112581
version "1.1.0"
1258212582
resolved "https://registry.yarnpkg.com/vuepress-theme-vue/-/vuepress-theme-vue-1.1.0.tgz#8b109e3db8cad7b18459f4d77076808110c2bcaa"
1258312583

12584-
vuepress@^0.14.0:
12585-
version "0.14.0"
12586-
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-0.14.0.tgz#4281d0576651de05ad07cb5e8982052f8db9d14d"
12584+
vuepress@^0.14.1:
12585+
version "0.14.1"
12586+
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-0.14.1.tgz#4b3fc46601ce2fd8ff2265a2e39098b9f9580c58"
1258712587
dependencies:
1258812588
"@babel/core" "7.0.0-beta.47"
1258912589
"@vue/babel-preset-app" "3.0.0-beta.11"

0 commit comments

Comments
 (0)