DEV Community

jhomegroup
jhomegroup

Posted on

Create Project VueJS Cli

// create project client vue cli

vue init webpack client

cd client

npm install --save bootstrap jquery popper.js

// main.js or app.js
import 'bootstrap';
import 'bootstrap/dist/css/bootstrap.min.css';

// Add vuex
vue add vuex

Top comments (0)

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

👋 Kindness is contagious

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

Okay