Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangshibiaoflytiger/vuex_study
演示vue的状态管理插件vuex的用法, 代码简单易懂. 堪称helloworld级别. 支持分模块状态管理
https://github.com/wangshibiaoflytiger/vuex_study
demo example helloworld module study vue vuex
Last synced: 7 days ago
JSON representation
演示vue的状态管理插件vuex的用法, 代码简单易懂. 堪称helloworld级别. 支持分模块状态管理
- Host: GitHub
- URL: https://github.com/wangshibiaoflytiger/vuex_study
- Owner: wangshibiaoFlytiger
- Created: 2019-12-23T08:51:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T18:11:30.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T06:42:10.815Z (over 1 year ago)
- Topics: demo, example, helloworld, module, study, vue, vuex
- Language: Vue
- Homepage:
- Size: 2.68 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
项目原始仓库地址: https://github.com/wangshibiaoFlytiger/vuex_study
#若本项目给您带来收获, 还请您动动小拇指,右上角给点个赞哈!!!本项目用于演示vue的状态管理插件vuex的用法, 代码简单易懂. 堪称helloworld级别.是学习vuex的最佳学习范例!不是之一!!!
项目特点:
1. 支持分模块状态管理(大型项目中推荐的定义方式)
2. 使用常量替代 Mutation 事件类型(大型项目中推荐的定义方式)
3. 演示了vuex的辅助函数用法, 达到简练工程代码的目的
4. 演示了state状态追踪插件的使用(vuex内置的logger插件)