ts-sdk
Paul d6a28d9a93 fix build пре 5 година
.vscode add bundle tool пре 5 година
example fix merge error пре 5 година
src fix merge error пре 5 година
test add test пре 5 година
.babelrc add babel пре 5 година
.editorconfig first commit пре 5 година
.eslintrc.js add eslint пре 5 година
.gitignore fix build пре 5 година
.prettierrc first commit пре 5 година
README.md add reademe пре 5 година
jest.config.js rename пре 5 година
package.json fix merge error пре 5 година
tsconfig.cjs.json fix build пре 5 година
tsconfig.json fix build пре 5 година
webpack.config.js eslint main.ts пре 5 година
yarn.lock eslint main.ts пре 5 година

README.md

开发环境

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

发布npm包

  1. 运行 npm build
  2. npm publish