# ng-webpack **Repository Path**: wfgit/ng-webpack ## Basic Information - **Project Name**: ng-webpack - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-04-24 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #注意: 1. 本工程使用node 6.0+ 1. 请使用nvm对node进行版本管理 # Angular demo,build with webpack ### This seed repo serves as an Angular starter for anyone looking to get up and running with Angular and TypeScript fast. Using a Webpack 2 for building our files. - Ahead of Time (AoT) compile for rapid page loads of your production builds. - lazy load module and router demo. - Hot Module Replacement with Webpack. - Tree shaking to automatically remove unused code from your production bundle. - Best practices in file and application organization for Angular. - Ready to go build system using Webpack for working with TypeScript. - Angular examples that are ready to go when experimenting with Angular. - A great Angular seed repo for anyone who wants to start their project. - Type manager with @types =================== about Installation ------------ Clone this repository and run this command in a console: $ npm install After npm installation run script: $ npm run dll (only once) now you can start the project by npm run start (wait about 10 seconds) build this porject run script: $ npm run build $ npm run server