Skip to content

Instantly share code, notes, and snippets.

@frankyonnetti
Created May 23, 2021 21:00
Show Gist options
  • Select an option

  • Save frankyonnetti/ab058fecc9ffd214c5bb9750dbd734e7 to your computer and use it in GitHub Desktop.

Select an option

Save frankyonnetti/ab058fecc9ffd214c5bb9750dbd734e7 to your computer and use it in GitHub Desktop.
Vue - Bootstrap #vue #bootstrap

https://bootstrap-vue.org/docs

$ vue create myapp
$ cd myapp
$ yarn add bootstrap-vue bootstrap
//main.js

import BootstrapVue from 'bootstrap-vue'
import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap-vue/dist/bootstrap-vue.css'

Vue.use(BootstrapVue)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment