# angular-seed webpack example **Repository Path**: peos1/angular-seed-webpack-example ## Basic Information - **Project Name**: angular-seed webpack example - **Description**: angular-seed webpack example - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-09-21 - **Last Updated**: 2021-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README angular-seed project use webpack to bundle files 1. use commonjs to orgnize code 2. js and css are pack into one file 3. angular sub modules are lazy loaded 4. modules can still be testable 5. support bower and npm both 6. add require('bootstrap') and requrie('jquery') for demo