Skip to content

SumedhGaikwad/angular-starter

 
 

Repository files navigation

angular-starter

Angular 5.x + Webpack 4.x + Bootstrap 4.x starter.

Installation

npm install and npm start

About Webpack 4.x

  1. 简化了很多配置项,新增了 modedevelopmentproduction 自动启用和设置一些插件和优化,比如 --mode production 会自动压缩代码等操作;
  2. 使用 @ngtools/webpack loader 加载 Angular Typescript 代码,并使用 AngularCompilerPlugin 插件进行优化,参考 @angular/cli 内部实现;

About Angular 5.x

About Bootstrap 4.x

About

Angular 5.x + Webpack 4.x starter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 50.6%
  • JavaScript 35.0%
  • HTML 12.8%
  • CSS 1.6%