Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 376 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 376 Bytes

vue-basics

A few folders with very basic Vue.js examples and livereload so it's easy to demo changes.

Run the project

  1. git clone this repo
  2. cd into the project folder
  3. npm install
  4. npm start
  5. navigate to http://localhost:3080 to see links to each example

Folders

Inside the client folder are subfolders with examples of basic Vue concepts.