Replies: 1 comment
-
|
Hi Tom! Without a framework, the implementation to output tags would need to be completely custom. Check https://github.com/holamendi/vite-roda/blob/main/lib/vite_roda/tag_helpers.rb for an example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using
vite_rubyas I'm developing a Rack app that's not using one of the specifically supported frameworks. To my suprise,vite_rubydoesn't contain any tag helpers, e.g.vite_javascript_tag.What's the recommended path forward in my case?
I'm new to Vite and still relatively new to Vue. I'm trying to do the "right" thing and use SFC and go the whole build path route with all it's additional complexity, but it's been such a pain getting to this point I'm tempted to give it up and stick with native ES6 Vue.js. It's for a relatively simple intranet app for which I'm the only developer, so I'm questing if Vite is worth the investment.
Beta Was this translation helpful? Give feedback.
All reactions