Last 12 weeks · 0 commits
1 of 6 standards met
Repository: vuejs/babel-plugin-transform-vue-jsx. Description: babel plugin for vue 2.0 jsx Stars: 1852, Forks: 131. Primary language: JavaScript. Languages: JavaScript (99.4%), HTML (0.6%). Open PRs: 17, open issues: 37. Last activity: 3y ago. Community health: 25%. Top contributors: yyx990803, nickmessing, whtsky, chrisvfritz, Debiancc, rimiti, egoist, HerbLuo, jbruni, reverland and others.
Hi The usage docs for this repo say to install: babel-plugin-syntax-jsx babel-plugin-transform-vue-jsx babel-helper-vue-jsx-merge-props babel-preset-env This seems to overlap with the plugins that are part of babel-preset-vue, which makes me wonder: 1. what the reasons would be for using this over the superset package babel-preset-vue? 2. whether the README here and also these Vue docs should actually promote babel-preset-vue instead? Many thanks :-)