npm か Yarn で Bootstrap Table のソース CSS と JavaScript ファイルを含めます。
npm install bootstrap-table
yarn add bootstrap-table
Bootstrap Table のコンパイルされた CSS または JS だけを含める必要がある場合は、UNPKG を使用します。
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-table@1.23.5/dist/bootstrap-table.min.css">
<script src="https://cdn.jsdelivr.net/npm/bootstrap-table@1.23.5/dist/bootstrap-table.min.js"></script>