Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to install locally rather than globally #251

Open
VladStepanov opened this issue Dec 23, 2022 · 1 comment
Open

Is there a way to install locally rather than globally #251

VladStepanov opened this issue Dec 23, 2022 · 1 comment

Comments

@VladStepanov
Copy link

VladStepanov commented Dec 23, 2022

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
Copy link

fyljy574 commented Mar 3, 2023

可以通过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>`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants