miguelhau / course-vue-getting-started

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

Home Page:https://www.ecofic.com/courses/vue-getting-started/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://www.ecofic.com/courses/vue-getting-started/

License:Apache License 2.0


Languages

Language:HTML 99.2%Language:JavaScript 0.6%Language:CSS 0.2%