akxcv / vuera

:eyes: Vue in React, React in Vue. Seamless integration of the two. :dancers:
MIT License
4.3k stars 242 forks source link

updated readme with babel/webpack config changes #128

Closed harshlele closed 3 years ago

harshlele commented 3 years ago

Updated the readme with the babel and webpack changes needed to include your own React(with JSX) components in a Vue project.

akxcv commented 3 years ago

Hi! Thank you for taking the time, but webpack setup is a completely separate topic. Vuera's readme assumes that the user knows how to enable a Babel plugin in their setup. (Imagine if every project with a Babel plugin would describe webpack/babel configuration details, each in its own way.)

Besides, people might use other bundlers, not webpack specifically.