编写JavaScript npm包的模板

vian 79a8ec9996 build: init il y a 5 ans
dist 79a8ec9996 build: init il y a 5 ans
src 79a8ec9996 build: init il y a 5 ans
.babelrc 79a8ec9996 build: init il y a 5 ans
.eslintignore 79a8ec9996 build: init il y a 5 ans
.eslintrc.js 79a8ec9996 build: init il y a 5 ans
.gitignore 79a8ec9996 build: init il y a 5 ans
README.md 79a8ec9996 build: init il y a 5 ans
package-lock.json 79a8ec9996 build: init il y a 5 ans
package.json 79a8ec9996 build: init il y a 5 ans
prettier.config.js 79a8ec9996 build: init il y a 5 ans
rollup.config.js 79a8ec9996 build: init il y a 5 ans
tsconfig.json 79a8ec9996 build: init il y a 5 ans

README.md

本项目是开发TypeScript npm包项目的模板,基于rollup打包,输出可被CommonJS、ESModule识别,并可直接被浏览器script引入的模块。

初始化

npm install

构建

npm run build

代码风格

  • ESLint + Airbnb config
  • Prettier