JSPM

electron-mvc

0.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q32157F
  • License MIT

MVC framework for Electron

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

Install NodeJS and Git

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