Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
added installation instructions.
  • Loading branch information
saadshams committed Aug 26, 2024
1 parent 484fdd7 commit 02b84cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ PureMVC is a lightweight framework for creating applications based upon the clas
* [API Docs](https://puremvc.org/pages/docs/JS/es/)
* [Legacy Implementation](https://github.com/PureMVC/puremvc-js-multicore-framework/tree/1.0.1)

## Installation
```shell
npm install @puremvc/puremvc-js-multicore-framework
```

## Demos
* [Frontend Demo: EmployeeAdmin](https://github.com/PureMVC/puremvc-js-demo-employeeadmin)
* [Backend Demo: Employee Admin NodeJS Microservice](https://github.com/PureMVC/puremvc-js-demo-microservice-employeeadmin)
Expand Down

0 comments on commit 02b84cc

Please sign in to comment.