Vue3 project installation scss steps

First download the following dependencies step by step:

npm install sass-loader -S
npm install style-loader -S
npm install sass -S

use:

<style lang="scss">
</style>

 

Guess you like

Origin blog.csdn.net/qq_41964720/article/details/134711046