How does vue use what's in node_modules?

for example, I used npm install amazeui to download a dependent amazeui
clipboard.png

.

there are js and css, in this amazeui. At this time, I want to reference these js in vue to get css,. What should I do? Do not use the reference method of the folder path, please tell me in more detail, I am more stupid, thank you


amazeui is a secondary development based on this project after git clone , not import as a library. Pay attention to the official document: https://github.com/amazeui/am.


import amazeui/dist/xxx

Menu