Dright / vue-spa

A single page app example in vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A single page app example in vue


Languages

Language:JavaScript 73.4%Language:Vue 25.3%Language:HTML 1.4%