Skip to content

Instantly share code, notes, and snippets.

@josepereza
Last active October 11, 2019 08:38
Show Gist options
  • Save josepereza/31c50ebcc1d795723785c39fa46d26cd to your computer and use it in GitHub Desktop.
Save josepereza/31c50ebcc1d795723785c39fa46d26cd to your computer and use it in GitHub Desktop.
vue js - bootstrap - Integracion de bootstrp 4.3 en vue.js

The very short version

I recommend reading through the whole post below at least once. But if you’re just here to get this set up as fast as possible, the short version is this:

 npm i bootstrap jquery popper.js
Add to src/main.js:
    import 'bootstrap'; 
    import 'bootstrap/dist/css/bootstrap.min.css';


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment