Assignment 3
Vue Components
Due Saturday October 14 before 11:30pm

Overview

For this project, you will demonstrate the use and development of Vue components.

Requirements

Create a web page with JS Vue code that has the following:

  • Use and demonstration of a component that someone else has written.
  • Definition and demonstration of a component you have developed yourself.

For this assignment, you may choose to use the simple webpack to define a single-page Vue component. If you do that, provide a link to the original source code.

Deliverables

Provide a summary document that explains how your page addresses the requirements. Have your page link to the summary document.

Post your pages on a web server and provide the URL in the submission comments for the dropbox on D2L.

Grading

This project is worth 20 points and will be reviewed using the following criteria:

  • Completeness. The pages address all requirements.
  • Functionality. The code works as intended without errors.
  • Originality. The pages have original work, ideally based on an original concept.
  • Ease of review. Required elements are easy to find and review. The summary statement is easy to read.