freedomdebug / angularjs-lazy-loading-with-requirejs

A demonstration of lazy loading in AngularJS using Asynchronous Module Definitions with RequireJS.

Home Page:http://ify.io/lazy-loading-in-angularjs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angularjs-lazy-loading-with-requirejs

A demonstration of lazy loading in AngularJS using Asynchronous Module Definitions (AMD) with RequireJS. This sample application was created to accompany the blog post entitled 'Lazy Loading In AngularJS'. Note, however, that this is only meant to be a very basic (i.e., not production quality) example.

How it works

Simple specify your routes along with its lazy dependencies in app/scripts/routes.js

How to run the demo

  • Install node.js
  • Run npm install from within the root project directory to install relevant dependencies
  • Run bower install from within the root project directory to install relevant bower components
  • Run node server.js from within the root project directory to start the app
  • Open http://localhost:3000/ in the browser

About

A demonstration of lazy loading in AngularJS using Asynchronous Module Definitions with RequireJS.

http://ify.io/lazy-loading-in-angularjs/


Languages

Language:JavaScript 67.4%Language:HTML 24.9%Language:CSS 7.7%