ts-sdk
Paul b32d6010d6 new npm version 5 anos atrás
.vscode add bundle tool 5 anos atrás
example chore:Singleton 5 anos atrás
src chore:Singleton 5 anos atrás
test add test 6 anos atrás
.babelrc add babel 5 anos atrás
.editorconfig first commit 6 anos atrás
.eslintrc.js add eslint 5 anos atrás
.gitignore fix build 5 anos atrás
.prettierrc first commit 6 anos atrás
README.md add reademe 5 anos atrás
jest.config.js rename 6 anos atrás
package.json new npm version 5 anos atrás
tsconfig.cjs.json fix build 5 anos atrás
tsconfig.json fix build 5 anos atrás
webpack.config.js chore: update 5 anos atrás
webpack.config.prod.js chore: update 5 anos atrás
yarn.lock eslint main.ts 5 anos atrás

README.md

开发环境

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

发布npm包

  1. 运行 npm build
  2. npm publish