开发 安装依赖 npm install 修改配置: config const development = { host: 'localhost', port: 8800 }; 启动命令 // 每次启动需要运行 npm start