npm install vue
- git init
- git remote add origin https://github.com/ducle91/qa_vue.git
- git add [files]
- git commit -m "comment about commit"
- git push
- git pull origin master <-- get the latest codes from master
- git checkout master
- git pull origin master <-- make sure it's up-to-date
- git merge feature/duc <-- the branch that you've worked on
- git push origin master <-- pushed codes to master without having to do a PR.
- git checkout -b feature/duc <-- this way we can keep track of who making changes.
we will create a vue project to create an org-chart of qa engineer team. when user click on each person picture it should show the member bio
Ex.
Senior
[image]
|
|
|
--------------------------------------------------------------
| | | | |
member1 member2 member3 member4 member5
[img] [img] [img] [img] [img]