文件名称:shared-node-browser-library-boilerplate:使用rollup.js构建可重用的NPM模块,以在nodejs和浏览器中运行
文件大小:146KB
文件格式:ZIP
更新时间:2024-06-02 10:54:09
template npm boilerplate typescript node-module
@ zhengxs / npm-module-boilerplate 使用rollup.js构建可重用的NPM模块,以便在nodejs和浏览器中运行。 查看 关联文章 其他分支 branch:esm esm-最初的汇总+ babel + es6模板 特征 使用下一个javascript开发。 在nodejs和浏览器中运行。 内置的捆绑分析器报告,文档生成,皮棉,单元测试和&代码覆盖率 开发设置 您将需要[Node.js] [nodejs] 10+版本。 克隆仓库后,运行: # Installation dependency $ npm install # build for production with minification $ npm run build # build for production and generate the bundle analyzer rep
【文件预览】:
shared-node-browser-library-boilerplate-main
----.gitignore(130B)
----README.zh-CN.md(1KB)
----package.json(3KB)
----.npmrc(56B)
----src()
--------utils.spec.ts(222B)
--------array.ts(2KB)
--------array.spec.ts(988B)
--------index.ts(93B)
--------utils.ts(400B)
----jest.config.js(376B)
----LICENSE(1KB)
----CHANGELOG.md(1B)
----tsconfig.json(907B)
----typedoc.js(253B)
----.github()
--------ISSUE_TEMPLATE()
--------CONTRIBUTING.md(1KB)
--------workflows()
----rollup.config.js(2KB)
----.prettierignore(33B)
----.eslintrc.js(374B)
----README.md(2KB)
----.eslintignore(33B)
----.vscode()
--------settings.json(869B)
--------extensions.json(213B)
----.npmignore(33B)
----.gitattributes(61B)
----.editorconfig(224B)
----.prettierrc(143B)
----yarn.lock(318KB)
----api-extractor.json(1KB)