We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484fdd7 commit 02b84ccCopy full SHA for 02b84cc
README.md
@@ -6,6 +6,11 @@ PureMVC is a lightweight framework for creating applications based upon the clas
6
* [API Docs](https://puremvc.org/pages/docs/JS/es/)
7
* [Legacy Implementation](https://github.com/PureMVC/puremvc-js-multicore-framework/tree/1.0.1)
8
9
+## Installation
10
+```shell
11
+npm install @puremvc/puremvc-js-multicore-framework
12
+```
13
+
14
## Demos
15
* [Frontend Demo: EmployeeAdmin](https://github.com/PureMVC/puremvc-js-demo-employeeadmin)
16
* [Backend Demo: Employee Admin NodeJS Microservice](https://github.com/PureMVC/puremvc-js-demo-microservice-employeeadmin)
0 commit comments