@caroundsky/utils
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

开发指南

  • 入口文件通过gen-entry.js自动生成;
  • 只需在packages内新增模块即可;
  • 模块统一使用export default的方式进行导出;(为什么?因为生成入口文件的脚本中设计的模板并非按需引入)。

如何调试

推荐使用 yalc

一边修改代码后 yalc publish ,另一边 yalc update 直接更新

或者本地调试,运行指令npm run serve

/@caroundsky/utils/

    Package Sidebar

    Install

    npm i @caroundsky/utils

    Weekly Downloads

    1

    Version

    0.1.0

    License

    ISC

    Unpacked Size

    71.1 kB

    Total Files

    36

    Last publish

    Collaborators

    • caroundsky