0👍
import css from '!raw-loader!sass-loader!./../assets/sass/main.scss';
It first compile the sass and then import it as a row string… easy peasy
- [Vuejs]-Vue js – display an element from a list based on the current time
- [Vuejs]-How to reload fetched data from server when page loads (created) in Vue.JS
Source:stackexchange.com