-
I'm using Ruby 2.5.9 with Rails 4.2.11.3 at my project and try to get my Vue Frontend connected to it using Vite.
The vite.json looks like this:
When now starting with
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi Timo! It would be useful if you can share a repo, at a first glance the error doesn't seem to be related with Vite Ruby. Typically, Vue aps running in the browser should not require Also, have you added |
Beta Was this translation helpful? Give feedback.
-
@ElMassimo I can't post the repo because it's my companie's. But the tip with |
Beta Was this translation helpful? Give feedback.
@ElMassimo I can't post the repo because it's my companie's. But the tip with
@vitejs/plugin-vue
did the trick. It was imported but somehow not properly installed using yarn. So thank you really much. You saved my life!