1.首先安裝VuePress到全局 npm install -g vuepress 2.然后把VuePress倉庫克隆到你的電腦 git clonegit@github.com:docschina/vuepress.git 在docs文件中執(zhí)行(請確保你的 Node.js 版本 >= 8) 1 2 3 cd vuepress cd docs vuepress dev 當你看到這一行就說明已經(jīng)成功了: 1 VuePress dev server listening at ht...