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
-
Change to the folder you wish to use
cd 02/vue-heroes
-
Install the npm packages
npm install
-
Run the app!
npm run serve