ts-sdk
Paul 8a97caf035
Merge pull request #1 from wx-chevalier/master
5 gadus atpakaļ
.vscode add bundle tool 5 gadus atpakaļ
example add log 5 gadus atpakaļ
src chore: update client 5 gadus atpakaļ
test add test 5 gadus atpakaļ
.babelrc add babel 5 gadus atpakaļ
.editorconfig first commit 5 gadus atpakaļ
.eslintrc.js add eslint 5 gadus atpakaļ
.gitignore fix build 5 gadus atpakaļ
.prettierrc first commit 5 gadus atpakaļ
README.md add reademe 5 gadus atpakaļ
jest.config.js rename 5 gadus atpakaļ
package.json chore: update client 5 gadus atpakaļ
tsconfig.cjs.json chore: update client 5 gadus atpakaļ
tsconfig.json chore: update client 5 gadus atpakaļ
webpack.config.js eslint main.ts 5 gadus atpakaļ
yarn.lock eslint main.ts 5 gadus atpakaļ

README.md

开发环境

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

发布npm包

  1. 运行 npm build
  2. npm publish