Installation

SimpleView is packaged as UMD library so you can use it in CommonJS and AMD environment or with browser globals.


            // install via npm
            npm install {{ npmRepositoryName }} --save

            // if you use bundler
            var SimpleView = require('{{ npmRepositoryName }}');

            // or just using browser globals
            var SimpleView = window.SimpleView;
        

For browser usage browse dist folder - if working with build tools go with src folder. Download library files from github repo, get them via bower (bower install {{ bowerRepositoryName }}) or via npm (npm install {{ npmRepositoryName }})