Bootstrap5 - DashingDigit001/WikiPage GitHub Wiki

在 Vue3 引入 bootstrap5的步驟

  1. yarn add bootstrap@next
  2. yarn add @popperjs/core
  3. 在main.js加入
import “bootstrap”
import “bootstrap/dist/css/bootstrap.min.css”