DEV Community

jhomegroup
jhomegroup

Posted on • Edited on

Start Project npm install --save bootstrap jquery popper.js axios With Vuejs Cli Project

npm install --save axios bootstrap jquery popper.js
Enter fullscreen mode Exit fullscreen mode
/* Bootstrap CSS */
import 'bootstrap';
import 'bootstrap/dist/css/bootstrap.min.css';

/* jQuery */
import JQuery from 'jquery'
window.$ = JQuery
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay