ddanger / vue-basics

Basic Vue examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Basic Vue examples

License:MIT License


Languages

Language:HTML 74.4%Language:JavaScript 25.6%