topnet-tools
v1.0.7
Published
javascript libs
Downloads
2
Readme
Project setup
npm install
Compiles and hot-reloads for development
npm run build
npm publish
# login your own account
npm login
# you have to modify the library name in package.json if the package exits on npmjs.com
npm publish
build your own libs
write your code in folder src, and build by wepback
test
Use Jest to do test. Jest document
npm run test