Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 882 Bytes

README.md

File metadata and controls

44 lines (37 loc) · 882 Bytes

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.