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)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more