1.0.5 • Published 4 years ago

@ansevenlet/test-zjx v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
4 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

docs

Use jsdoc for this libaray docs, and theme is docdash. How you can config docdash, please visit docdash Git Repo. Here is more template for docjs.

// to update docs
npm run docs

test

Use Jest to do test. Jest document

npm run test

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

1.0.5

4 years ago

1.0.4

4 years ago