We recommend browsing the official site here. The official site provides actual working documentation and examples.
ja:こちらの公式サイトを閲覧する事をオススメします。公式サイトでは実際に動作するドキュメントや実装例を掲載しています。(日本語対応してます ✨)
Installation of Bootstrap5 and use-bootstrap NPM Package
npx nuxi@latest module add usebootstrap
Add a usebootstrap section in your nuxt.config.
export default defineNuxtConfig({
modules: [
'usebootstrap'
],
})
use-bootstrap is the front-end framework based on Nuxt3 and Bootstrap5.
For a detailed description click here.
Code released under the MIT License.