pjfe小文档

pjfe从写小文档开始

Get Started →

pj-cli安装及使用

#安装node:
mac: 推荐使用homebrew安装
windows: 传送门 -> https://nodejs.org/en/download/
#使用npm安装:
npm install -g pj-cli
# 初始化项目
pj init <project name>
#更新 pj:
npm uninstall -g pj
npm install -g pj

COMPATIBILITY NOTE

VuePress requires Node.js >= 8.