Thank you for your help. I made a component library with vue-cli for the first time, and the command I used was:
vue-cli-service build --target lib --name vpui ./src/components/index.js
Project structure:
main.js
index.js
NPM, npm install --save @kuanslove/vpui,
:
.common.js(main.js
):
what is the reason for this? Thank you very much