I am looking for something like React for ExpressJS but working with Vue.js.
I have problem with passing data from database (mongoose) to view. As for now, I am using handlebars view engine to pass data with mustache to script tag and then passing them to vue files through window object, but I don't think it's a best way to do it.
Have somebody used vue.js , express.js and mongoose for SPA applications?