Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 322 Bytes

browser-sync.md

File metadata and controls

26 lines (19 loc) · 322 Bytes
title category
Browsersync
JavaScript libraries
npm i -g browser-sync

{:.terminal}

启动服务器

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

选项

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

参考