Нема описа

lrf 2c65df7e0f update пре 2 година
src 2c65df7e0f update пре 2 година
test 13afeb2777 init пре 2 година
.editorconfig 13afeb2777 init пре 2 година
.eslintrc.json d6cfdcf468 修改service基类,查询基类.添加事务工具,获取model函数 пре 2 година
.gitignore 13afeb2777 init пре 2 година
.npmrc 690e093156 update пре 2 година
.prettierrc.js d6cfdcf468 修改service基类,查询基类.添加事务工具,获取model函数 пре 2 година
ReadMe.md d6cfdcf468 修改service基类,查询基类.添加事务工具,获取model函数 пре 2 година
index.d.ts 13afeb2777 init пре 2 година
jest.config.js 13afeb2777 init пре 2 година
jest.setup.js 13afeb2777 init пре 2 година
package.json 70df7c103e 1.0.33 пре 2 година
publish.bat 52560cf0be update пре 2 година
tsconfig.json 13afeb2777 init пре 2 година

ReadMe.md

midway封装库

publish.bat是npm发布的脚本,使用之前请把修改的东西提交保存

1.所有的东西都要导出来才能用,包括相对地址引用的内容

npm 发布相关

npm version patch 更新版本号

npm publish 发布

npm unpublish <包名(@版本)> 删除指定包的依赖(指定版本)

npm i free-midway-component@latest 项目中升级最新版本