Package Exports
- electron-mvc
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (electron-mvc) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
electron-mvc
A MVC (Model View Controller) framework for Electron
Installation and Usage:
npm install electron-mvc -S
How to run the Unit Test
Step 1: Install Prerequisite Tools
Step 2: Clone the 'electron-mvc' repository locally
Open a command shell then enter the following commands:
git clone git://github.com/Echopraxium/electron-mvc
cd electron-mvc
npm update
Step 3: Run the Unit Test
Now enter the following command:
node test.js
You should get the following output: ```bash
============ Unit Test for electron-mvc package ============
CommandFactory.create ===================== End of Unit Test =====================
## References
* What is MVC? Model View Controller
https://www.youtube.com/watch?v=qXRcVhWxuaU
* What is programming MVC? [Detailed Explanation]
https://www.youtube.com/watch?v=1IsL6g2ixak
* _Elements of Reusable Object-Oriented Software_
Gamma, Erich; Helm, Richard; Johnson, Ralph; Vlissides, John