/frame

FRAME is a very simple, responsive, boilerplate and a future proof basic UI framework. It incorporates a powerful grid system and various JavaScript utility classes.

Primary LanguageCSSMIT LicenseMIT

Frame

FRAME is a simple, responsive, boilerplate and a future proof basic UI framework. It incorporates a powerful grid system and various JavaScript utility classes.


npm install frame-ui bower install frame-ui # For documentation, go to getframe.in

Advanced Usage

    1. Run npm install
      Then, run npm webpack --watch
  • If you get an error ERROR in ./`/is_js/is.js, go to ./node_modules/is_js/is.js and replace the 8th line with define(['./is'], function(is) { (['is'] replaced by a relative path ['./is']).