0
点赞
收藏
分享

微信扫一扫

Angular4_启动端口修改


  1. 修改配置文件node_modules/angular-cli/lib/config/schema.json 
    default值就是默认的端口:4200

Angular4_启动端口修改_配置文件

  1.  修改hosting.json的

{
   
"server.urls": 
    "http://localhost:5555;https://localhost:6666;"

    }

  3. 我是.Net core 和Angular4  就这样修改的- -

举报

相关推荐

0 条评论