Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save khansgithub/a166711f8479e433e54072ffc7132e1d to your computer and use it in GitHub Desktop.
Save khansgithub/a166711f8479e433e54072ffc7132e1d to your computer and use it in GitHub Desktop.
bootstrap + vite / vue
npm i --save bootstrap @popperjs/core
npm i --save-dev sass
touch src/scss/styles.scss
// /src/scss/styles.css
@import "bootstrap/scss/bootstrap";
// /src/main.ts
import '../scss/styles.scss'
import * as bootstrap from 'bootstrap'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment