akxcv / vuera

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

Vuera + Create-React-App Example using gsoft-inc/craco to configure Webpack #105

Open timsayshey opened 4 years ago

timsayshey commented 4 years ago

Using Vuera with Create-React-App would be a dream come true.

There is a great library called craco that allows you to modify Create-React-App's webpack config without ejecting: https://github.com/gsoft-inc/craco

I'm a novice when it comes to Webpack and Babel so I've had a hard time getting Vuera to even work inside React at all.

I think we would see a lot more contributors with a solid example of Vuera working with Create-React-App (without ejecting the config).

I currently have an example of Vuera working with Create-React-App but I had to eject which is less than ideal: https://github.com/timsayshey/vuera-react-test

Does anyone know how to make this happen?

taddeus73 commented 4 years ago

Hi can you post craco configuration file example for configure vuera for use vue component in react?