vue-components-in-express icon indicating copy to clipboard operation
vue-components-in-express copied to clipboard

How could we use this with Express-Vue library?

Open patrickbolle opened this issue 8 years ago • 1 comments

Hi there, thanks so much for building this. Exactly what I need, but I am also using Express-Vue library here - https://github.com/express-vue/express-vue

How could I use this repo in collaboration with express-vue, so that I could do things like res.renderVue('main', data, vueOptions);

Any ideas? Thanks!

patrickbolle avatar Oct 19 '17 15:10 patrickbolle

@patrickbolle it would be a bad idea in my opinion, experss-vue does not support vuex as mentioned HERE , at some point I am assuming you ll need a store

slidenerd avatar Aug 18 '19 08:08 slidenerd