Skip to content

miphe/what-a-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What a Vue

Small personal app where I explore Vue JS approach on:

  • Components
  • Events
  • Data binding
  • Model management
  • Filters
  • Mixins
  • Best practices
  • etc.

Running the app

  • Install gulp
  • Check out repository, then cd <repo-name>
  • npm install
  • gulp (will bundle and watch, as well as run a server with live reload)
  • Go to localhost:8080