Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 406 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 406 Bytes

soul网关管理

开发环境

本地调试需要安装 node( 版本 > 8)

在根目录下 运行 npm install 安装 需要的开发包

本地调试 在 index.ejs 中配置 接口地址 例: http://192.168.1.100:8000

启动 在根目录下 运行 npm start

线上环境

运行 npm run build 进行打包

在 index.ejs中 配置 线上地址 例如: http://192.168.1.160:5000