Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bambis-basemvc

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bambis-basemvc

A basic mvc package to arrange a project by the mvc/mpc architectural pattern

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

BaseMVC

Motive

I always belived that MVC is a good pattern for web development, or handeling of data, then found myself writing web apps with Backbone.js and being heavily inspired by it, advancing to hybrid applications with Qt and QWebEngine, and later on Electron.

Having ES6 with module imports and several build tools at hand I believe we can have a very stable JS application environments that would not be a hit and miss, or a "trendy FW" like a totally transpiled language, or a component only closed based framework, just by having a library and some "aids" that would make us keep a correct design pattern while writing.

This is a very first attempt at this.

Lets see if it goes..

Documents about to come. but basically

npm install

the package, and

npm run build

, then

npm run browserDemo

hope everything works.. ;)

Changelog

  • 1.0.0 - First version, contains a Base Model, View, and Collection. Controller is the future opinionated way of wiring things together. theres a first step in assembling an inheritance for an eventbus library as all entities would be "eventable".

          Main goal would be to create an engine of some sort which can parse controller files to actual working bundled units.
    

haber.bambi@gmail.com

Keywords

FAQs

Package last updated on 18 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc