npm set registry http://npm.shuobaotang.com
We use Alo7 npm registory to manager npm packages.
npm i -D house
import house from "house"
house() // true
npm run build
to build source to dist directorynpm link
to test package on local machine before publishnpm publish
to publish package to Alo7 npm registory
We use npm code style, read and follow it before you contribute to this project.
MIT © byrne.liang