Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 670 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 670 Bytes

Example Vue.js Single Page App

This is my evolving attempt to build a full single page app with the vuejs ecosystem. This uses:

  • vue for rendering
  • vue-router for routing
  • vuex for state management
  • vuex-router-sync to keep the router in sync with vuex
  • The standard vue-cli based webpack build system and file layout

Coming Soon:

  • Authentication and JWT
  • Wrapping jQuery UI components into directives
  • vue-resource usage
  • vue-validator for validating forms