amy-npm-common
v1.0.96
Published
{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**}
Readme
amy-npm-common
介绍
amy项目中用到的公共类和方法.
- axios类
发布,发布前要更改版本号
- npm publish
更新
- npm i amy-npm-common
配置 tsconfig.app.json
- 防止出现 Please make sure it is in your tsconfig via the 'files' or 'include' property 需要在配置文件中添加如下配置
"include": [
"./node_modules/amy-npm-common/**/*.ts",
],