A simple ready-to-go boilerplate boilerplate with some modifications. Nuxt.js Bootstrap 5 Bootstrap Icons
{
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.9.1",
"nuxt": "^2.15.8"
}
{
"@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",
}
# 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.