File: README.md

Recommend this page to a friend!
  Classes of Sergey Beskorovayniy   Vuex Examples   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Vuex Examples
Example apps using Vuex state management pattern
Author: By
Last change: Update README.md
Date: 2 years ago
Size: 1,427 bytes
 

Contents

Class file image Download

Vuex-Examples

This package represents the work of Vuex (state management pattern) for Vue.js applications.

This package can Build reactive Web user interfaces. It can process HTML templates to generate Web application views that be composed by different parts.

Demo...

Installing

Prerequisites

Deploying

  1. Clone or download vue-business-light project with git.
  2. Configure the web server so that the entry point was `index.html`.
  3. Access your project url with web browser (eg. http://localhost/vue-business-light/index.html).

Overview Vuex

What is a "State Management Pattern"?

Vuex is a state management pattern + 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. It also integrates with Vue's official devtools extension to provide advanced features such as zero-config time-travel debugging and state snapshot export / import.

vuex