Skip to content

rk4bir/bootstrap-vue-vite-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Bootstrap + Vue + Vite Starter Template

Bootstrap 5, Vue 3, and Vite

Setup

yarn install    # or npm install
yarn dev        # or npm run dev

Successfully setup project will look like this -

Bootstrap theme

Update your variable and adjust stuffs as needed.

Ref: /src/plugins/bootstrap/app.scss

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Recommended IDE Setup