@cimo/jsmvcfw
v1.4.34
Published
Javascript mvc framework. Light, fast and secure.
Maintainers
Readme
Npm_jsMvcFw
Npm package, javascript mvc framework. Light, fast and secure. Writed with native Typescript code and no dependencies are used.
The framework is a platform designed to simplify the development of dynamic user interfaces and modern web applications. 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.
Pack
- npm run build
- Copy the file "/build/package_name-x.x.x.tgz" in the project root folder.
- In the "package.json" file insert: "@cimo/package_name": "file:package_name-x.x.x.tgz"
Publish
- npm run build
- npm login --auth-type=legacy
- npm publish --auth-type=legacy --access public
Installation
- Link for npm package -> https://www.npmjs.com/package/@cimo/jsmvcfw
