Introduction

Luma Vue is the pure Vue.js version of Luma HTML powered by Vue CLI. Luma Vue aims for 100% feature parity with the HTML version.

Vue.js

Luma Vue is using Vue.js at it's core — The Progressive JavaScript Framework that allow you to build things in no time with HTML, CSS and JavaScript. Learn more about Vue.js at vuejs.org.

Vuex

Luma Vue is using Vuex as it's state management pattern and library for Vue.js applications. It serves as a centralized store for all the components in an application, with rules ensuring that the state can only be mutated in a predictable fashion. Learn more about Vuex at vuex.vuejs.org.