Aucune description

lrf 11a63181df update il y a 2 ans
src 11a63181df update il y a 2 ans
test 13afeb2777 init il y a 2 ans
.editorconfig 13afeb2777 init il y a 2 ans
.eslintrc.json d6cfdcf468 修改service基类,查询基类.添加事务工具,获取model函数 il y a 2 ans
.gitignore 13afeb2777 init il y a 2 ans
.npmrc 690e093156 update il y a 2 ans
.prettierrc.js d6cfdcf468 修改service基类,查询基类.添加事务工具,获取model函数 il y a 2 ans
ReadMe.md d6cfdcf468 修改service基类,查询基类.添加事务工具,获取model函数 il y a 2 ans
index.d.ts 13afeb2777 init il y a 2 ans
jest.config.js 13afeb2777 init il y a 2 ans
jest.setup.js 13afeb2777 init il y a 2 ans
package.json 11a63181df update il y a 2 ans
publish.bat 209eec43fe update il y a 2 ans
tsconfig.json 13afeb2777 init il y a 2 ans

ReadMe.md

midway封装库

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

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

npm 发布相关

npm version patch 更新版本号

npm publish 发布

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

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