-
you install the necessary dependencies
npm install -D node-sass sass-loader -
for global styles, simply import the file into
main.js:import './styles/my-styles.scss' -
in
.vuefiles, add the lang to the<style>element.<style lang="scss">
If using webstorm:
<style lang="scss" rel="stylesheet/scss">