Questions tagged [boilerplatejs]

BoilerplateJS is a template for JavaScript development.

BoilerplateJS is a template for JavaScript development.

BoilerplateJS reference architecture provides a starting codebase with some sample implementations for someone to start large scale JavaScript development. It provides a collection of patterns as well as some industry leading library integrations to help you with.

33 questions
0
votes
1 answer

How can we create sub modules in boilerplate.js

I have a design, Where Im having lots of products and then each product has lots of sub products. So Now in the First Screen I want to show a dashboard which will show all of my products. On click of each product I want to open a separate view with…
Speedyankur
  • 152
  • 6
0
votes
2 answers

Using jQuery-UI with BoilerPlateJS

How can I include JQuery-UI components with BoilerPlateJS? I have an web app that used jquery tabs, datepicker, etc. Thanks
Amare
  • 1,669
  • 1
  • 12
  • 11
-1
votes
1 answer

How should we support 200 screens website in backbone.js using boilerplatejs?

My application is salable. currently we identify 200 screen in my application. In single page application we need to dump all the templates and js file in one request then initial loading takes more time to render page. is there any standard way…
1 2
3