Open timsayshey opened 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
craco
ejecting
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
eject
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?
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 withoutejecting
: https://github.com/gsoft-inc/cracoI'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-testDoes anyone know how to make this happen?