@cimo/jsmvcfw 1.4.32 → 1.4.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,8 +3,6 @@
|
|
|
3
3
|
Npm package, javascript mvc framework. Light, fast and secure.
|
|
4
4
|
Writed with native Typescript code and no dependencies are used.
|
|
5
5
|
|
|
6
|
-
## Info:
|
|
7
|
-
|
|
8
6
|
The framework is a platform designed to simplify the development of dynamic user interfaces and modern web applications.
|
|
9
7
|
It provides a clear structure and integrated tools to create reusable components, manage application state, and update the UI reactively, reducing code complexity and improving maintainability.
|
|
10
8
|
|