ts-sdk
Paul b60f31053b incremental 5 年之前
.vscode add bundle tool 5 年之前
example chore:Singleton 5 年之前
scripts add scripts 5 年之前
src chore:Singleton 5 年之前
test add miss retrun type 5 年之前
.babelrc add babel 5 年之前
.editorconfig first commit 5 年之前
.eslintrc.js add eslint 5 年之前
.gitignore incremental 5 年之前
.prettierrc first commit 5 年之前
README.md add reademe 5 年之前
package.json incremental 5 年之前
tsconfig.cjs.json fix build 5 年之前
tsconfig.json incremental 5 年之前
yarn.lock update ts 5 年之前

README.md

开发环境

运行 npm start可以打开浏览器在console里面看demo运行效果。example目录编写一些使用demo,发布npm包的时候不需要webpack打包

发布npm包

  1. 运行 npm build
  2. npm publish