Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 265 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 265 Bytes

vite-plugin-vue-jsx

Support Vue3 directives in JSX of vite.

Example

import vueJsxPlugin from 'vite-plugin-vue-jsx'

export default {
  plugins: [
    vueJsxPlugin()
  ]
}

Syntax

Same as jsx-next.