📜  安装 bootstrap vue - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:26.901000             🧑  作者: Mango

代码示例2
//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