1.0.4 • Published 5 years ago

biu-function v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

biu-function

第一次认真的写分享,求小星星,欢迎fork

手把手教你发布npm函数库

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

How to create this repo step by step, please visit step by step publish npm