ts-sdk
Paul bf1090c5fe add reademe il y a 5 ans
.vscode add bundle tool il y a 5 ans
example eslint main.ts il y a 5 ans
src eslint main.ts il y a 5 ans
test add test il y a 5 ans
.babelrc add babel il y a 5 ans
.editorconfig first commit il y a 5 ans
.eslintrc.js add eslint il y a 5 ans
.gitignore fix build il y a 5 ans
.prettierrc first commit il y a 5 ans
README.md add reademe il y a 5 ans
jest.config.js rename il y a 5 ans
package.json eslint main.ts il y a 5 ans
tsconfig.json new version il y a 5 ans
webpack.config.js eslint main.ts il y a 5 ans
yarn.lock eslint main.ts il y a 5 ans

README.md

开发环境

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

发布npm包

  1. 运行 npm build
  2. npm publish