Vue JSX plugin for both Vue 2 and 3. Support Rollup, Vite, esbuild, Webpack, and more. - GitHub - unplugin/unplugin-vue-jsx at renovate/all-minor-patch
Convert Vue JSX to Vapor. Latest version: 1.7.0, last published: a month ago. Start using unplugin-vue-jsx-vapor in your project by running `npm i unplugin-vue-jsx-vapor`. There are no other projects in the npm registry using unplugin-vue-jsx-vapor.
// vite.config.ts import VueJsxVapor from 'unplugin-vue-jsx-vapor/vite' export default defineConfig({ plugins: [VueJsxVapor()], }) Example: playground/ Rollup // rollup.config.js import VueJsxVapor from 'unplugin-vue-jsx-vapor/rollup' export default { plugins: [VueJsxVapor()], } Web...
Vue.prototype.requireImg = requireImg; import '@/assets/css/common.scss'; import Loading from 'element-ui/lib/loading'; Vue.use(Loading.directive); import 'element-ui/lib/theme-chalk/message.css'; import 'element-ui/lib/theme-chalk/notification.css'; import VXETable from 'vxe-table'; imp...
"@vue/babel-plugin-jsx":"^1.1.1" }, "devDependencies": { "vite":"workspace:*" }, "peerDependencies": { "vite":"^2.0.0", "vue":"^3.0.0" Expand Down 84 changes: 32 additions & 52 deletions84index.js → src/index.ts Original file line numberDiff line numberDiff line change ...