Nuxt.js-Bootstrap-5-Boilerplate
Nuxt.js-Bootstrap-5-Boilerplate copied to clipboard
A simple ready to go nuxt.js and bootstrap 5 boilerplate with some modifications.
Nuxt.js + Bootstrap 5 - Boilerplate
A simple ready-to-go boilerplate boilerplate with some modifications. Nuxt.js Bootstrap 5 Bootstrap Icons
Versions
{
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.9.1",
"nuxt": "^2.15.8"
}
Extras
{
"@nuxt/content": "^1.14.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/robots": "^2.5.0",
"@nuxtjs/sitemap": "^2.4.0",
"core-js": "^3.15.2",
"lazysizes": "^5.3.2",
}
Build Setup
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
For detailed explanation on how things work, check out Nuxt.js docs.