Ross ROSS = Recommend OSS · open-source software intelligence for agents

vuejs/babel-plugin-transform-vue-jsx

babel plugin for vue 2.0 jsx observed · 2026-08-28

github.com/vuejs/babel-plugin-transform-vue-jsx · JavaScript observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3729
  • days_rel: n/a
  • days_push: 1366
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1847 stars · 129 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Babel plugin that transpiles JSX syntax into Vue 2.0 render function calls using the h (createElement) function. It allows Vue 2 developers to write component render logic in JSX instead of template syntax.

Use cases

  • write Vue 2 components using JSX instead of templates
  • transpile JSX to Vue render functions with Babel
  • use JSX in Vue 2 single-file or class-based components
  • migrate React-style JSX authoring to Vue 2 projects

When to choose

  • you are on Vue 2 and prefer JSX over template syntax for render functions
  • your build already uses Babel with a module bundler like Webpack
  • you need fine-grained programmatic control over vnodes

When to avoid

  • you are using Vue 3, which has its own JSX plugin (@vitejs/plugin-vue-jsx)
  • you prefer Vue template syntax or don't use Babel
  • you need event modifiers like v-on:keyup.enter, which JSX here does not support

Facets

plugin · maturity maintenance

compiler templating frontend-framework frontend web-development compilers babel-plugin vue2 jsx transpilation nodejs javascript

2 sources

Member repositories

RepositoryRoleHealth v2
vuejs/babel-plugin-transform-vue-jsxmain32

For agents

markdown · JSON · MCP: product_card(name="vuejs/babel-plugin-transform-vue-jsx")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem