编写JavaScript npm包的模板

vian 79a8ec9996 build: init 5 yıl önce
dist 79a8ec9996 build: init 5 yıl önce
src 79a8ec9996 build: init 5 yıl önce
.babelrc 79a8ec9996 build: init 5 yıl önce
.eslintignore 79a8ec9996 build: init 5 yıl önce
.eslintrc.js 79a8ec9996 build: init 5 yıl önce
.gitignore 79a8ec9996 build: init 5 yıl önce
README.md 79a8ec9996 build: init 5 yıl önce
package-lock.json 79a8ec9996 build: init 5 yıl önce
package.json 79a8ec9996 build: init 5 yıl önce
prettier.config.js 79a8ec9996 build: init 5 yıl önce
rollup.config.js 79a8ec9996 build: init 5 yıl önce
tsconfig.json 79a8ec9996 build: init 5 yıl önce

README.md

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

初始化

npm install

构建

npm run build

代码风格

  • ESLint + Airbnb config
  • Prettier