Vue.js question detail
How do you work with preprocessors using vue loader?
Vue-loader will automatically infer the proper loaders to use based on the lang attribute of a language block
and the rules defined in webpack config. You can use pre-processors such as SASS,LESS, Stylus and PostCSS using
vuejs loader.