README.md

March 29, 2017 ยท View on GitHub

Vue.js v2 CRUD sample application

Uses vue.js v2.0 and vue-router v2.0

  • Forked from this demo using vue.js 1.x
  • Demo on codepen

Usage

  • clone or download zip of this repo
  • cd to the upacked folder
  • run npm install
  • run http server of your choice (eg whs or SimpleHTTPServer)

Contents

  1. 1Vue.js v2 CRUD sample application
  2. 1.1Usage