Skip to content

A starter template for nuxt 3 including bootstrap 5 with overwritable variables configured

License

Notifications You must be signed in to change notification settings

maxvanweenen/Nuxt-3-bootstrap-5-starter

Repository files navigation

Nuxt 3 Bootstrap 5 starter with customizable variables configured

A optimized and barebones starterkit that removes a lot of the early setup of a new bootstrap project.

Included:

  • Nuxt 3
  • Bootstrap 5 optimized installation and example variables overwritten + colors added to the scss theme (see main.scss)
  • Autoprefixer
  • Fiber
  • PostCSS
  • Sass

Setup

Make sure to install the dependencies

npm install

Development

Start the development server on http://localhost:3000

npm dev

Production

Build the application for production:

npm build

Checkout the deployment documentation.

License

The code in this starter project is licensed under the MIT license. However, please note that any code that you add to this project will not be subject to this license and you are free to choose an appropriate open source license for your own code. Please make sure to update the license file accordingly and include a copy of the license in your project's repository.

About

A starter template for nuxt 3 including bootstrap 5 with overwritable variables configured

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published