설명 없음

lrf 7b7cb5eb5c 1.0.30 2 년 전
src e9da0e80a8 update 2 년 전
test 13afeb2777 init 2 년 전
.editorconfig 13afeb2777 init 2 년 전
.eslintrc.json d6cfdcf468 修改service基类,查询基类.添加事务工具,获取model函数 2 년 전
.gitignore 13afeb2777 init 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 7b7cb5eb5c 1.0.30 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 项目中升级最新版本