npm i -g browser-sync

启动服务器

browser-sync start --server <path> --files='**/*.html, **/*.css'

选项

  --port=N
  --proxy="http://127.0.0.1:3000"

参考