- Notifications
You must be signed in to change notification settings - Fork8
This repo is existed to help you to understand how to implement lazyload technique via Webpack and a little bit of magic
License
NotificationsYou must be signed in to change notification settings
var-bin/angularjs-lazyload
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
![]() | + | + | ![]() | = | 😍 |
This repo is existed to help you to understand how to implement lazyload technique via Webpack and a little bit of magic.
- Do
git clonestuff. cd angularjs-lazyload.npm install.- Rundev 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.htmlAbout
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
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.

