levanlevi / course-vue-getting-started

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Samples for "Vue.js: Getting Started"

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

License:Apache License 2.0


Languages

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