文件名称:ts-axios:通过打字稿实现axios
文件大小:141KB
文件格式:ZIP
更新时间:2024-03-08 17:35:15
TypeScript
TypeScript库启动器 一个启动项目,使创建TypeScript库非常容易。 用法 git clone https://github.com/alexjoverm/typescript-library-starter.git YOURFOLDERNAME cd YOURFOLDERNAME # Run npm install and write your library name when asked. That's all! npm install 开始编码! package.json和入口文件已经为您设置好了,因此不必担心链接到您的主文件,键入内容等。只需保留这些文件的名称相同即可。 特征 调零。 运行npm install后,将为您npm install东西 :winking_face: 和多个优化捆绑包的 使用测试,报道和交互式观看模式 和实现代码格式化和一致性 使用自动将文档生成并部署到gh
【文件预览】:
ts-axios-master
----.travis.yml(563B)
----package.json(3KB)
----tslint.json(81B)
----tools()
--------gh-pages-publish.ts(908B)
--------semantic-release-prepare.ts(1KB)
----test()
--------ts-axios.test.ts(278B)
----code-of-conduct.md(3KB)
----LICENSE(1KB)
----package-lock.json(584KB)
----CONTRIBUTING.md(936B)
----src()
--------ts-axios.ts(157B)
----tsconfig.json(483B)
----.gitignore(104B)
----README.md(14KB)
----.editorconfig(211B)
----rollup.config.ts(1KB)