Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 340 Bytes

gitbook.md

File metadata and controls

24 lines (20 loc) · 340 Bytes

gitbook

  • 安装 node.js

  • 安装 gitbook

    npm install gitbook-cli -g
    

    安装之后

    ❯ gitbook -V
    2.1.2
    
  • 初始化 gitbook

    gitbook init
    
  • 启动 gitbook server

    gitbook serve
    
  • gitbook 简明教程