Is there a way to install locally rather than globally
dsfcoll opened this issue · 1 comments
dsfcoll commented
Is there a way to install locally rather than globally?
I really treat bundle size of application. And it would be great if there a way to register locally in 1 specific page.
fyljy574 commented
可以通过script标签引入dist目录下的 js和css即可,例如:
<link rel="stylesheet" href="css/thirdparty/vue-tour/vue-tour.css"/>