Skip to content

var-bin/angularjs-lazyload

Repository files navigation

AngularJS + Webpack + ocLazyLoad = 😍

GitHub license David Build Status Build status @var_bincom on Twitter Twitter

angularjs-lazyload

This repo is existed to help you to understand how to implement lazyload technique via Webpack and a little bit of magic.

Install

  1. Do git clone stuff.
  2. cd angularjs-lazyload.
  3. npm install.
  4. Run dev mode: npm start.

The init state of App:

project-root
├── src
│   ├── core
│   │   ├── bootstrap.js
│   ├── pages
│   │   ├── blog
│   │   │   ├── blog.module.js
│   │   │   ├── blog.service.js
│   │   │   ├── blog.view.html
│   │   ├── home
│   │   │   ├── about
│   │   │   │   ├── about.module.js
│   │   │   │   ├── about.view.html
│   │   │   ├── index
│   │   │   │   ├── index.module.js
│   │   │   │   ├── index.view.html
│   │   │   ├── home.module.js
│   │   │   ├── home.module.routing.js
│   │   │   ├── home.module.states.js
├── app.js
├── app.routing
├── app.states.js
├── index.html

About

This repo is existed to help you to understand how to implement lazyload technique via Webpack and a little bit of magic

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published