什么是Angular的Target
                                                            生活随笔
收集整理的這篇文章主要介紹了
                                什么是Angular的Target
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.                        
                                在使用Angular CLI創建的Angular項目里,有一個angular.json配置文件:
其中architect節點下有幾個子節點:
- build
- serve
- extract-i18n
- test
- e2e
For example, the Architect builder invoked by the ng build command to compile a project uses a particular build tool, and has a default configuration whose values can be overridden on the command line.
例如,ng build命令可以觸發Architect builder,將項目進行編譯。
具體使用的builder為:@angular-devkit/build-angular:browser
build輸出目錄定義在options/outputPath里:
生產環境下的build參數:
environment.ts和environment.prod.ts的區別:
 
要獲取更多Jerry的原創文章,請關注公眾號"汪子熙":
 
總結
以上是生活随笔為你收集整理的什么是Angular的Target的全部內容,希望文章能夠幫你解決所遇到的問題。
 
                            
                        - 上一篇: f值怎么计算(怎么计算$\frac{1)
- 下一篇: 给Angular初学者介绍一个非常方便的
