Skip to content

Commit 02b84cc

Browse files
committed
update
added installation instructions.
1 parent 484fdd7 commit 02b84cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ PureMVC is a lightweight framework for creating applications based upon the clas
66
* [API Docs](https://puremvc.org/pages/docs/JS/es/)
77
* [Legacy Implementation](https://github.com/PureMVC/puremvc-js-multicore-framework/tree/1.0.1)
88

9+
## Installation
10+
```shell
11+
npm install @puremvc/puremvc-js-multicore-framework
12+
```
13+
914
## Demos
1015
* [Frontend Demo: EmployeeAdmin](https://github.com/PureMVC/puremvc-js-demo-employeeadmin)
1116
* [Backend Demo: Employee Admin NodeJS Microservice](https://github.com/PureMVC/puremvc-js-demo-microservice-employeeadmin)

0 commit comments

Comments
 (0)