-
Notifications
You must be signed in to change notification settings - Fork 11
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
Following the instruction gives errors. Don't see JS files anywhere #16
Comments
Does your If so - you will need to remove them. |
Remove bootstrap.js or JQuery and Bootstrap? |
The error basically says that your These 2 missing bits of code are IF you want to use jQuery - you'll need to install jquery to your project, with something like If you don't want jQuery, then delete the line of code within -- As you're using UIKit and not Twitter Bootstrap, you will want to remove the code which tries to include it, this line of code probably just looks like So if you remove that bit of code from the |
Removing the I am wondering how the UIKit javascript is linked to the page. Since I can't find references to it anywhere. Trying to get a simple dropdown to work. <button type="button"></button>
<div uk-dropdown>This is the content</div> |
This is the error i get when running
npm run dev
Components are all broken too
The text was updated successfully, but these errors were encountered: