ts-sdk
Paul d6a28d9a93 fix build 5 vuotta sitten
.vscode add bundle tool 5 vuotta sitten
example fix merge error 5 vuotta sitten
src fix merge error 5 vuotta sitten
test add test 5 vuotta sitten
.babelrc add babel 5 vuotta sitten
.editorconfig first commit 5 vuotta sitten
.eslintrc.js add eslint 5 vuotta sitten
.gitignore fix build 5 vuotta sitten
.prettierrc first commit 5 vuotta sitten
README.md add reademe 5 vuotta sitten
jest.config.js rename 5 vuotta sitten
package.json fix merge error 5 vuotta sitten
tsconfig.cjs.json fix build 5 vuotta sitten
tsconfig.json fix build 5 vuotta sitten
webpack.config.js eslint main.ts 5 vuotta sitten
yarn.lock eslint main.ts 5 vuotta sitten

README.md

开发环境

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

发布npm包

  1. 运行 npm build
  2. npm publish