akxcv/vuera

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

timsayshey opened this issue · 1 comments

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?

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