1.0.7 • Published 5 years ago
topnet-tools v1.0.7
Project setup
npm installCompiles and hot-reloads for development
npm run buildnpm 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 publishbuild your own libs
write your code in folder src, and build by wepback
test
Use Jest to do test. Jest document
npm run test