yarn install
yarn run serve
yarn run build
yarn run test
yarn run lint
yarn run test:e2e
yarn run test:unit
1. Serve up the web application
2. Run the end-to-end tests
3. Run the unit tests
1. When clicking on the "Welcome to Your Vue.js App" title, show the <p> tag containing the input and buttons to change the message.
2. Default the input to the current message
3. When clicking "Change the Title", hide the <p> tag and update the message
4. When clicking "Cancel", hide the <p> tag and do not update the message
1. Add an "About Me" link adjacent to "About Us" where you will make a page about you
2. Add a link to the "About Me" page to the header links.
3. Navigate to the "About Me" page through the link.
4. You can use the avatar in this project as your photo
5. Focus on a cleanly styled presentation
6. Include a Heading, the photo, and a short paragraph about yourself