Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

teaching-js/vue-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-demo

This is a demo repository for using Vue.js. LIVE HERE

Prereq Knowledge (Basic)

  • JS
  • CSS
  • HTML

If you need a little polishing up we recommend looking at the resource over at Mozilla.

Getting Setup

  • Node <-- You will need this to proceed. Install options here.
  • NPM, comes with node but also required to proceed
  • Vue CLI (Not for this project but useful)

Installation

Fork this repository and then clone it to your account -- don't clone this repository.

The project (See the complete branch for the completed project)

This is a basic frontend that will serve two pages.

A feed page -- which will show user blogs, and a profile page, for each user.

Simple!

Contributors

Zain Afzal and Alex Hinds