编写JavaScript npm包的模板

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

README.md

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

初始化

npm install

构建

npm run build

代码风格

  • ESLint + Airbnb config
  • Prettier