1.0.0 • Published 2 years ago

npm-template-zbk v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

npm-template-zbk

这个是包的模版

  1. 登入github网站, 进入ZaoBike组织

  2. 创建新的库, 内容为clone此模板, 私有

  3. 点击右上角进入 github codespace 开始编辑此包

  4. 注意编辑内容: package.json 名称(与github库名称一致), 版本, 描述, 函数名称

  5. 打开终端, 登入npm账号: npm login
    fangdaodao
    密码
    daodao@m.lightbicycle.com

  6. npm list 核对信息

  7. npm publish 发布包

  8. 包调用:
    import { fn_test } from 'npm-template-zbk';
    fn_test('123'); // Hello