Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 326 Bytes

File metadata and controls

20 lines (12 loc) · 326 Bytes

Bootstrap-Vue-JS-Project

this is an learning purpose project

Installation Step:

//install templates: npm install -g @vue/cli-init

//install globally : npm install -g @vue/cli @vue/cli-service-global

//create project folder: vue create hello-world

//integrate bootstrap with vue : vue add bootstrap-vue

npm run serve