We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 672da45 commit 34d9286Copy full SHA for 34d9286
text/README.md
@@ -34,10 +34,8 @@ paid for this book.**
34
35
## 编译
36
37
-本书采用 [gitbook](https://www.gitbook.com/) 进行编译,如果你想在本地编译,需要安装 gitbook-cli:
+本书采用 [vuepress](https://vuepress.vuejs.org/) 进行编译,如果你想在本地编译,可以执行如下命令:
38
39
```
40
-npm install gitbook-cli -g
+npm run build
41
42
-
43
-然后在项目目录中运行`gitbook serve`即可编译生成html,并且创建一个本地预览网站,其他详细的编译参数可以参照[官方文档](https://toolchain.gitbook.com/setup.html)。
0 commit comments