browser-sync 的安装及使用

1.browser-sync的安装

    npm install -g browser-sync

2.browser-sync的操作命令

   browser-sync start --server --files "**"

评论