This article introduces the common loaders and configuration details of vue projects. Now I share them with you and give them a reference.
This article introduces the common loaders and configuration details of vue projects and shares them with everyone. The details are as follows:
1. Install sass:
1.1 Because sass-loader depends on node-sass, so when installing sass-loader, you also need to install node-sass
npm install --save-dev node-sass npm install --save-dev sass-loader
1.2 After the installation is complete, modify the