# platformui 质惠平台 UI git clone https://git.xiaojukeji.com/pu_qa_tool/platformui.git dnpm i npm run build git add . git commit -m 'xx' git push // 只能用 8 的版本 我用的 8.17.0 dnpm publish - 版本号要每次叠加 - appjs 为测试文件 - index.js 为统一导出出口 ## 滴私有 NPM 镜像 ### 添加发布包的协调维护者 npm owner add [<@scope>/] npm owner rm [<@scope>/] npm owner ls [<@scope>/] aliases: author ```bash 例如:npm owner add qinzhipeng_v @didi/platformui ```