I need to use SASS or SCSS in my project.
I used the vue-cli to make the latest version of a starter project.
Anyone had any success in making sass/scss work
you install the necessary dependencies
npm install -D node-sass sass-loader
for global styles, simply import the file into main.js:
main.js
import './styles/my-styles.scss'
in .vue files, add the lang to the element.
.vue
If using webstorm: