Skip to content

phtech/vue-interview

Repository files navigation

hello-world

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Run your end-to-end tests

yarn run test:e2e

Run your unit tests

yarn run test:unit

Customize configuration

See Configuration Reference.

Interview Instructions

Familiarize yourself with the commands

1. Serve up the web application
2. Run the end-to-end tests
3. Run the unit tests

Add the ability to change the message of the application

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

Add a new "About Me" page in the router

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •