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.
- Clone or download vue-business-light project with git.
- Configure the web server so that the entry point was
index.html
. - Access your project url with web browser (eg. http://localhost/vue-business-light/index.html).
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.