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