thx-event-center
v1.0.2
Published
Front-end MVEC architecture, let frontend develop just like MVC framework.
Downloads
5
Maintainers
Readme
thx-event-center
What is thx-event-center
thx-event-center is a toolkit for app's data flow management.
Different from MVC, thx-event-center is MVEC (Model-View-EventCenter) architecture.
MVEC concept is designed for the front-end develop condition.
MVEC let you treat front-end project as backend's MVC framework.
Live Demo (CRUD)
Demo & code : https://thxjser.github.io/thx_event_center_demo/
Note: the demo use the fake api by https://dummyjson.com, some function like add, update... does not working, it's normal.
How is thx-event-center data flow
Installation and Usage
- Requirements
- Install nodejs version 9.11 or newer is recommended.
- Install npm version 5.6 or newer is recommended.
- Go to your project folder and command run
$ cd <your project folder>
$ npm install thx-event-center
wait installed...ok
- Usage example plz refer to the code at https://thxjser.github.io/thx_event_center_demo/
Acknowledgement
Particular thanks Axios, babel-core, Github, Google, highlight.js, JS bin, Mermaid, Node.js, NPM, Parcel, React, Stack Overflow.
License
This code has been developed and maintained by ThxJSer.
If you discover vulnerability security issues, please send e-mail to [email protected] , thank you.
ThxJSer framework is open-source, licensed under the MIT license.