1. 首页
  2. 数据库
  3. 其它
  4. vite plugin vue2:Vite的Vue2插件 源码

vite plugin vue2:Vite的Vue2插件 源码

上传者: 2021-04-20 08:08:21上传 ZIP文件 148.53KB 热度 152次
vite-plugin-vue2 用法 运行yarn add vite-plugin-vue2 --dev 将插件添加到vite.config.js // vite.config.js const { createVuePlugin } = require ( 'vite-plugin-vue2' ) module . exports = { plugins : [ createVuePlugin ( /*options*/ ) ] , } vueTemplateOptions 类型: Object 默认值: null @vue/component-compiler-utils 。 jsx 类型: Boolean 默认值: false jsx转换的选项。 jsxOptions 类型: Object @vue/babel-preset-jsx 。 去做 SSR构建 源图
用户评论