Vue outside Rails? #370
Replies: 4 comments 1 reply
-
Hi Adrian! I'm not sure I understand the question, can you clarify and describe your use case? |
Beta Was this translation helpful? Give feedback.
-
I would like to build a normal Vue app. But instead of using plain Javascript or Typescript I would like to use Ruby that RubyJS transpiles into Javascript through Vite Ruby. And this app would not be inside a Rails app. Is that possible/doable? |
Beta Was this translation helpful? Give feedback.
-
OK, it makes sense. I will take a look at what you are doing and see what I can learn from it. Thanks! |
Beta Was this translation helpful? Give feedback.
-
And BTW I meant Ruby2JS :-) |
Beta Was this translation helpful? Give feedback.
-
Has anybody tried building a Vue app outside Rails? Like a straight up Vue app that the app code is transpiled from ruby to JS? All the info I'm seeing seems very straightforward from a running Rails/ruby app but not sure if vite_ruby can be used just as a vite plugin and how.
Beta Was this translation helpful? Give feedback.
All reactions