You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zyplayer-doc-db项目的开放文档UI
环境要求
Node >= 6
开始
# 执行下面的命令初始化
yarn
开发环境
# 执行下面的命令后即可到 localhost:8010 看到页面
npm run dev
打包
# 开发完成后执行打包命令,然后复制dist目录里的文件到zyplayer-doc-manage项目的webjars目录下即可
# 打包前记得修改zyplayer-doc-ui/manage-ui/src/common/config/apimix.js里的HOST接口地址
npm run build