parse-server和parse-dashboard的安装
- 进入powershell使用命令
npm install -g parse-server
进行parse-server的全局安装 - 安装完成后使用命令
npm install -g parse-dashboard
进行parse-dashboard的全局安装 - 然后可以写好config.json文件,文件写法示例如下:
{
"apps":[
{
"serverURL":"http://localhost:1337/parse",
"appId":"weixiong.hu",
"masterKey":"weixiong.hu",
"appName":