index.html和路径更改后无法启动localhost

时间:2019-03-27 10:35:01

标签: javascript angular

我的本​​地主机未启动。我将index.html更改为index.php,然后还更改了angular.json

中的启动路径
"options": {
        "outputPath": "dist/webas",
        "index": "src/index.php",
        "main": "src/main.ts",
        "polyfills": "src/polyfills.ts",
        "tsConfig": "src/tsconfig.app.json",
        "assets": [
          "src/favicon.ico",
          "src/assets"
        ],

无法访问/打开http://localhost:4200/之后的我的本地主机ng serve -o
我正在使用VScode,angular7

1 个答案:

答案 0 :(得分:-1)

plz将index修改为"index": "src/index.html" 如果要在Php服务器中运行它,则可以运行ng build --prod并将dist文件夹复制到xampp/htdocs,然后将其打开(此处应将index.html重命名为index.php)< / p>