# angularjs_webpack **Repository Path**: zhou-yiwen/angularjs_webpack ## Basic Information - **Project Name**: angularjs_webpack - **Description**: 使用webpack打包angularjs代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-08-06 - **Last Updated**: 2021-08-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webpack-angular-oclazyload This is a demo of angular, webpack, oclazyload(to lazyLoad modules), sass. The base app has pages 1-3, and page4 module is optional. See below to build it. Install ``` npm install ``` Run webpack dev server ``` npm run dev ``` Build dev ``` npm run build ``` Build production with minification ``` npm run deploy ``` To compile and add optional module ``` npm run demo ```