Skip to content

miguelhau/course-vue-getting-started

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Samples for "Vue.js: Getting Started"

The samples associated with the Vue.js: Getting Started training course. These samples are for educational purposes. Questions related to these samples are answered via Pluralsight's discussion page associated with this course.

Setup

This project uses standard web technologies. However, they need to be hosted on a web server to work. If you're looking to get up and running with this quickly, I recommend the awesome lite-server.

Running with Lite-Server

To run this project, open a command prompt. Once you've oriented to $SAMPLE_PATH (i.e. C:\Learning\Vue\course-vue-getting-started), run the following:

npm install
cd src
lite-server

Project Notes

This project complements the Vue.js: Getting Started training course.

Disclaimer

The data used in these samples are a work of fiction. Names, characters, businesses, places, events, things, and incidents are either the products of the author’s imagination or used in a fictitious manner. Any resemblance to actual persons, living or dead, or actual products, places, or things is purely coincidental.

About

Repo associated with the "Vue.js: Getting Started" training course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.2%
  • Other 0.8%