+ | + | = | 😍 |
This repo is existed to help you to understand how to implement lazyload technique via Webpack and a little bit of magic.
- Do
git clone
stuff. cd angularjs-lazyload
.npm install
.- 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