ionic run browser --livereload not working

后端 未结 5 1293
时光取名叫无心
时光取名叫无心 2021-02-19 12:13

i was trying to use live reload on my ionic 2 application. so i found this command

ionic run browser --live-reload

is not working as expected

5条回答
  •  旧巷少年郎
    2021-02-19 12:39

    Using this command browser will be reloaded automatically.

    ionic serve
    

    If you want to run application with different platform in browser you can use this command :

    ionic serve -l
    

    This both command will reload page automatically on code change

提交回复
热议问题