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?
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?
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:
problem description use vue-cli3 to create a component that wants to be encapsulated as a third-party library and uploaded to npm for use by other projects, but vue-cli-service build-- target lib-- name lib1. src lib1.vue the packaged library cann...
problem description use vue-cli3 to create a component that wants to be encapsulated as a third-party library and uploaded to npm for use by other projects, but vue-cli-service build-- target lib-- name lib1. src lib1.vue the packaged library cann...
problem description use vue-cli3 to create a component that wants to be encapsulated as a third-party library and uploaded to npm for use by other projects, but vue-cli-service build-- target lib-- name lib1. src lib1.vue the packaged library cann...