npm 安装和运行 postwoman
前提:已安装 git 和 nodejs
克隆源代码
$ git clone https://github.com/liyasthomas/postwoman.git
进入克隆好的源代码目录,打开命令行
$ cnpm install (如果没配置国内源执行命令:npm install)
npm 运行 postwoman,然后浏览器访问:http://localhost:3000/ 即可打开 postwoman
$ npm run dev
如果浏览器打开报错,一般是 node-sass 没安装好,需要单独重新安装一下
$ cnpm install node-sass (如果没配置国内源,执行命令:npm install node-sass)
重复步骤 3 即可。