nuxt-bootstrap

📦 Nuxt.js, BootstrapVue. Basic configuration with everything you need to start.

Stars
6

Nuxt/Bootstrap Boilerplate v1.1.0

Starter boilerplate to create a web app with Nuxt.js & Bootstrap Nuxt.js, BootstrapVue Last update: 11/4/2020

Introduction

You will find in this boilerplate everything you need to start a Nuxt/Boostrap project from bottom. The project is absolutely empty. The only thing I did is generating a project with Nuxt and configure nuxt.config.js with basics that you might need.

Getting Started

Clone project and enter in folder:

cd nuxt-bootstrap-boilerplate

Run npm install:

npm i

Enjoy:

npm run serve

About nuxt.config.js

bootstrapVue

BootstrapVue is configured to be build from @/assets/custom.css.

mode

By default, this boilerplate is on SPA mode.

target

By default, this boilerplate is on server target.

plugins

Put in here all your plugins from @/plugins folder.

components

By default, on true. Auto-import components.

buildModules

By default, import eslint module.

modules

By default, import bootstrap-vue/nuxt module.

build

By default, extractCSS true, friendlyErrors on false and run eslint on save.

server

By default, app run on port 3000 or process.env.PORT for Heroku deployments.

ssr

By default, on false.

Built With

  • Nuxt - The Intuitive Vue Framework
  • BootstrapVue - helps you to build responsive, mobile-first, and ARIA accessible projects on the web using Vue.js and the world's most popular front-end CSS library Bootstrap v4.

Versioning

We use SemVer for versioning.

Authors

  • guillaumeduhan - Initial work - Github

License

This project is licensed under the MIT License.