Skip to content

ramanjitsingh/nuxt3-bootstrap5

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 run 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published