Its Github user listing project and detail screen when we click on detail button detail user api call and show user data in modal
bootstrap bootstrap-vue sass-loader vue-router Version => 2.6 (vue)
Visual Studo Code
# For install vue run
npm install -g @vue/cli
# For create project
vue create hello-world (project name)
# Install node module
npm install
# For code compile
npm run serve