2020-11-10 知识点

2020-11-11  本文已影响0人  罗不错

let compiler = require('@vue/compiler-core')

  1. 引用vue的模块时,默认是引用compiler-core.esm-bundler.js ,因为在脚手架生成的项目,默认都是引用esm-bundler.js

  2. 如果要引用别的模块,可以指定,如let compiler = require('@vue/compiler-core/dist/index.js'), 不过这样做可能有bug,cjs.js是给服务器使用.不匹配.

  3. 静态节点提升

  4. vue3.0模板编译原理
    https://segmentfault.com/a/1190000023594560

上一篇下一篇

猜你喜欢

热点阅读