TrilonIO / aspnetcore-Vue-starter

*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
https://www.trilon.io
MIT License
1.22k stars 266 forks source link

How to config webpack.config.js to support less,scss,sass ? #65

Closed carldai0106 closed 6 years ago

carldai0106 commented 6 years ago

Hi , I do not know how to config it to support less,scss,sass. And I want write (embedded) style (scss,less,sass) in *.vue file. Could you give me some tips.

MarkPieszak commented 6 years ago

Hey there, it'd be setup exactly the same way it usually is with webpack & vue, check out the Vue documentation for more info there!

It'd just be some rules[] you need to add for /less/ /scss/ or whichever you'd like to use :)

Hope that helps!