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
Make sure to install the dependencies
npm install
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm build
Checkout the deployment documentation.
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.