New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

backbone-app

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backbone-app

JavaScript MVC-framework based on BackboneJS

latest
npmnpm
Version
0.1.4
Version published
Maintainers
1
Created
Source

🔥 backbone-app 🔥

backbone-app is a JavaScript MVC-framework based on BackboneJS, which supports all the needed features to create working Single Page Application:

Components based architecture

Routing

RESTful data fetching & handling

How to start

You need just 3 steps to create your app with BlocksJS:

If you don't need to work with remote API:

  • Create App class inherited from BlocksJS.App class.

  • Create pages classes inherited from BlocksJS.Page class.

  • Create Router class inherited from BlockJS.Router class. Specify the list of routes for pages, that you created before.

  • Create some blocks classes (this is how we call components here) inherited from BlocksJS.Block class. You can reuse them several times.

  • Include your blocks in pages templates and in other blocks.

That's all!

FAQs

Package last updated on 03 Feb 2017

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