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
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 appxx-final/vue-heroes
- This is the ending point for the app
-
Clone this repository
git clone https://github.com/johnpapa/vue-getting-started.git cd vue-getting-started
-
Change to the folder you wish to use
cd 02-getting-started/end/vue-heroes
-
Install the npm packages
npm install
-
Run the app!
npm run serve