How to introduce vue-cli3.0 into normalize.css?

has already install and import in main. But it doesn"t seem to work. It needs to be configured in vue.config.js. Excuse me, how should it be configured?

Jan.24,2022

there is an easy way to put the nomarlize.css you downloaded in the assets directory and introduce it in main.js.


No need, just introduce it in main.js to

.
import 'normalize.css';

you can refer to the template, Portal

< hr >

after the update, the screenshot of the running effect is as follows:

clipboard.png

clipboard.png

Menu