stonewalljs

1.0.20 • Public • Published

"Stone Wall" is framework for creating "Rich Single Page Applications". Build Status

***New Release available! *** Framework is rewritten fully in es6, major perfomance improvements.

Application framework based on "Rich Template" and requirejs. To start using need knowledge about requirejs

Why "Stone Wall"

Most javascript frameworks not supporting large scale apps. And not allow to inject another frameworks. Also different versions of same frameworks. There is only one limitation, has to be require module.

Also most frameworks has same code on production and development, except minifying. "Stone Wall" all code compile, and in production performing much faster.

installation

Using npm

npm install stonewalljs

Using bower

bower install stonewall

How it works

"Rich Template" compile the html templates prepare for Application. App has two main classes. App and Constructor. App create context, and manage events, constructor, compiling modules and prepare for app.

Prerequisites

You need to install nodejs and grunt CLI globally npm -g install grunt-cli

How to install

Yo need run

npm install

and

bower install

then you have to run grunt

grunt

Code is located in dist/prod/loader.js

How to start

Readme

Keywords

none

Package Sidebar

Install

npm i stonewalljs

Weekly Downloads

114

Version

1.0.20

License

none

Last publish

Collaborators

  • gunins