Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #install #bootstrap #vue
ADD COMMENT
Topic
Name
4+8 =