Skip to content

awefeng/npm-template

Repository files navigation

npm-template

一个支持TS语法、类型声明、CommonJS和ESModule规范的npm库模板

npm-template license @awefeng/npm-template npm-template tag

npm包通用模板:

  • 采用rollup分别打包Commonjs和ESModule两个规范的文件
  • 支持babel
  • 支持TS并支持导出声明
  • 支持polyfill
  • 开箱即用

通过此模板发布的npm包:@awefeng/npm-template