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