Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install bootstrap vue

npm install vue bootstrap bootstrap-vue
//then in main file

import { BootstrapVue, IconsPlugin } from 'bootstrap-vue'

// Import Bootstrap an BootstrapVue CSS files (order is important)
import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap-vue/dist/bootstrap-vue.css'

// Make BootstrapVue available throughout your project
Vue.use(BootstrapVue)
// Optionally install the BootstrapVue icon components plugin
Vue.use(IconsPlugin)
Comment

install bootstrap vue

//for vue 3(in theory)

cd [project-name]
vue add bootstrap-vue
//in vue 3, when running 'npm run serve' gives 4 warnings and the preview doesn't show up
//in vue 2 it works fine
Comment

PREVIOUS NEXT
Code Example
Shell :: github config 
Shell :: speedtest cli 
Shell :: how to install mvnw 
Shell :: mac shell prompt 
Shell :: setup linux and chrome docker 
Shell :: git config command 
Shell :: git use cat instead of less 
Shell :: linux unicode eingeben 
Shell :: git add and commit all in just one line 
Shell :: how to append string to file names in linux 
Shell :: git stash stack overflow 
Shell :: install rust 
Shell :: install maven ubuntu 20.04 
Shell :: git fetch upstream from master 
Shell :: linux how to write to file 
Shell :: cronjob in termux 
Shell :: find string in directory files 
Shell :: docker set container name 
Shell :: sed between two patterns 
Shell :: install biocmanager in rstudio 
Shell :: how to chekc jupyter lab version 
Shell :: powershell open current path in explorer 
Shell :: docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?. 
Shell :: ubuntu bluetooth dongle not working 
Shell :: fortigate show system version 
Shell :: Install your Dart SDK 
Shell :: mikrotik reboot bash sintakx 
Shell :: extract tar gz 
Shell :: how to move many folders linux 
Shell :: clone code -lr 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =