Note: Can we write vue.js large application without using any compiler for code like currently i see all example use webpack now to make vue.js code compatible for b
I have started learning vue.js also and I am not familiar with webpack and stuff and I also wanted to still separate and use .vue files as it makes management and code cleaner.
I have found this library: https://github.com/FranckFreiburger/http-vue-loader
and a sample project using it: https://github.com/kafkaca/vue-without-webpack
I am using it and it seems to work fine.