electron-mvc
v0.0.3
Published
MVC framework for Electron
Downloads
2
Maintainers
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:
============================================================
============ 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