Ask HN: Have you built apps with Vue and Rails? Any opinions/learnings?
I'm building a site using vue and rails and I'm torn between building separate apps and then just treating rails as an API, versus building the vue frontend inside rails. I feel with the latter there may be some synergies in wiring up things, whereas the former would mean I can build the Vue app as strictly idiomatic as possible.
3 comments
[ 3.4 ms ] story [ 19.8 ms ] threadIt also depends on what your goals are - for a personal project, do what you like! Whatever is quickest & easiest is best.
For more public-facing services, I prefer to have the decoupled structure.