# 《可替代的团队领袖培养计划》 ### 安装 ```bash npm i -g gitbook-cli gitbook install ``` ### 本地运行 ```bash gitbook serve ``` ### 打包生成 ```bash gitbook build ```