简体   繁体   中英

how to setting up webpack to angular2 project

I am starting my first Angular 2 application and my basic setup is done. I want to know that how can I webpack to my angular 2 project? can anyone guide me here? If you can provide an example then it would be a great help.

If you use Angular CLI to create your project, that means you are set up everything with Webpack including unit test, end to end test and Webpack test server etc.

Angular CLI is official and recommended for almost all Angular 2 projects.

只需转到https://angular.io/docs/ts/latest/guide/webpack.html即可逐步了解如何为angulr2配置webpack

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM