seeyon-comi-plugins-library-dev
v0.0.1
Published
致远comi插件库
Maintainers
Readme
seeyon-comi-plugins-library 此插件库为 comi 的 pc 端和 h5 端共用的插件库
打包发布流程
输入打包命令
npm run build登录私有 npm 仓库
npm config set registry=https://registry.npmjs.org在终端中输入
npm login输入账号密码
发布插件库
npm publish此时能在 npm 私有仓库中找到我们发布的插件库了
npm publish