Skip to content

bsa-git/vuex-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

About

Examples for Vuex2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published