start_sass-bootstrap_project/app/src/index.js

11 lines
322 B
JavaScript

//require('bootstrap/scss/bootstrap.scss');
// Import all plugins
import * as bootstrap from 'bootstrap';
// Or import only needed plugins
//import { Tooltip as Tooltip, Toast as Toast, Popover as Popover } from 'bootstrap';
// Or import just one
//import Alert as Alert from '../node_modules/bootstrap/js/dist/alert';