pulsardev/vue-tour

Is there a way to install locally rather than globally

dsfcoll opened this issue · 1 comments

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.

可以通过script标签引入dist目录下的 js和css即可,例如:

<link rel="stylesheet" href="css/thirdparty/vue-tour/vue-tour.css"/>

<script type="text/javascript" charset="utf-8" src="js/thirdparty/vue-tour/vue-tour.umd.js"></script>`