1.0.3 • Published 7 months ago

zzs-tracker v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

npm init -y tsc --init npm i rollup -D npm i rollup-plugin-dts -D //生成声明文件,给代码做友好提示 npm i rollup-plugin-typescript2 -D // ts 插件支持 npm i typescript -D // 最新版本可能打包出现问题,可以使用以下版本 "rollup": "^2.76.0", "rollup-plugin-dts": "^4.2.2", "rollup-plugin-typescript2": "^0.32.1", "typescript": "^4.7.4"

所有功能写完之后要对 packge.json 进行配置 "main": "dist/index.cjs.js",// 对应 import "module": "dist/index.esm.js",//对应 esmodule "browser": "dist/index.js",//对应 umd

"files":"dist", //如果不写 files,会把所有内容上传到 npm

1.0.3

7 months ago

1.0.5

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago