Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.57 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.57 KB

Vue Getting Started

This project is seen in demos including the Pluralsight course "Vue: Getting Started" to help represent a fundamental app written with Vue. The heroes and villains theme is used throughout the app.

by John Papa

Projects

This repository contains several projects. Each project represents a step in the learning experience. Two proejects of note are:

  • 02-getting-started/end/vue-heroes - This is the starting point for the app
  • xx-final/vue-heroes - This is the ending point for the app

Quick Start

  1. Clone this repository

    git clone https://github.com/johnpapa/vue-getting-started.git
    cd vue-getting-started
  2. Change to the folder you wish to use

    cd 02-getting-started/end/vue-heroes
  3. Install the npm packages

    npm install
  4. Run the app!

    npm run serve

Problems or Suggestions

Open an issue here

Resources