Package-manager
Bundler
Compiler
Appearance
如果是使用vue cli创建的项目,那么默认是支持jsx的
vue2支持jsx是通过 babel 预设包 @vue/babel-preset-jsx 实现的,https://github.com/vuejs/jsx-vue2
@vue/babel-preset-jsx
vue3支持jsx是通过 babel 插件 @vue/babel-plugin-jsx 实现的,https://github.com/vuejs/babel-plugin-jsx
@vue/babel-plugin-jsx