动态表单,表单解构,表单模式切换
    https://github.com/wuhao000/vue-schema-form/tree/master/src


    自动生成node api接口
    Strapi .js


    Md写法
    https://www.appinn.com/markdown/
    cli入门 👍
    https://juejin.cn/post/6966119324478079007

    1. vue add 会默认执行invoke
    2. invoke执行的是cligenerator

    cli工具拓展
    fast-glob 文件系统遍历https://github.com/mrmlnc/fast-glob#options-1
    fs-extra:fs文件操作api封装
    常用 不存在则创建 ensureFile,emptyDir
    chokidar:文件夹监听
    https://github.com/paulmillr/chokidar
    vue cli系列 入门
    https://juejin.cn/post/6844903646556078093
    渲染模板系列 mustache > ejs
    https://stackshare.io/stackups/ejs-vs-mustache
    命令行参数 - yargs

    rollup 方法,生产代码块+格式化umd, cjs, esm
    https://segmentfault.com/a/1190000009932242
    其中有finalisers 收集了对应方法
    babel详解
    https://segmentfault.com/a/1190000016359110
    babel 编译例子
    https://github.com/jamiebuilds/the-super-tiny-compiler
    babel语法节点类型
    babel/types
    babel入口 很好
    https://juejin.cn/post/7025237833543581732
    @等别名的快速跳转配置
    https://juejin.cn/post/6930549887402672135

    webpack插件架构设计原理-简明 tapable
    https://juejin.cn/post/6844903976563900430
    webpack简单实现
    https://juejin.cn/post/6844904036710219789
    webpack运行时(推荐)
    https://juejin.cn/post/6964341775561392135
    https://mp.weixin.qq.com/s?__biz=Mzg3OTYwMjcxMA==&mid=2247483744&idx=1&sn=d7128a76eed20746cd8c5100f0899138&chksm=cf00bc19f877350f17844b283fa0f39daa111864aa69f0be8ce05d3809c51496da43de018a17&scene=21#wechat_redirect

    Ast抽象语法树在线列举
    https://astexplorer.net/
    jsbridge原理2
    https://juejin.cn/post/6844903585268891662
    jsonstringify使用
    https://juejin.cn/post/7072122968087724046
    输入url到浏览器到看到内容发生的
    https://zhuanlan.zhihu.com/p/161560683