0
Handlebars and Vue.js
Im really new in web development. Kind of 3 days experience))) I've studied html and css couple months ago. I get frustrated with 2 technologies. Should I use handlebars with Vue.js? Vue.js has its own element system I think and I can break a file to multiple files like that. Handlebars does breaks files also. Do I need both or I can do the same job using Vuejs?
1 ответ
0
Handlebars is normally used in server side templating eg. handlebars view engine of express (server side).
Vue.js is for client side rendering (browser side).