0.1.1 • Published 2 years ago

vite-plugin-jsx-vue2 v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

提供Vue2的JSX和TSX支持(包括HMR)

// vite.config.js
import vueJsx from 'vite-plugin-vue2-jsx'

export default {
  plugins: [
    vueJsx({
      // options are passed on to @vue/babel-plugin-jsx
    })
  ]
}