angular2-build

    2熱度

    2回答

    我正在進入Angular2。我創建了一個非常簡單的測試項目來開始測試我正在學習的東西。 基本上,這是就在我的項目:https://github.com/developer82/ReactJS.vs.Angular2/tree/master/angular2 我從我從網上下載的樣本項目啓動它。但是一旦我運行npm install它下載了一堆NPM包,現在這個目錄的大小約爲100mb,用於非常小的應用

    0熱度

    1回答

    我使用CLI運行命令npm build,但它不工作

    2熱度

    1回答

    現在我正在嘗試使用--base-href選項構建angular2項目,但它不能正常工作。 納克構建--bh = /室內/前端/ 這是.angular-cli.json { "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "project": { "name": "frontend"

    0熱度

    1回答

    我使用WebStorm 2016.3創建Angular 2項目。我已經按照這個職位捆綁我的項目: https://angular.io/docs/ts/latest/guide/webpack.html 當我輸入命令npm start它給我的錯誤列表: 我在每個文件改變templateUrl到src/components/<template url>但它仍然顯示這些錯誤。 任何人都可以幫助我嗎?