BrowserSync是基於Node.js的,而且是Node的一個模塊css
npm init -y
npm install --save-dev browser-sync
"start": "browser-sync start --server --directory --files \"code/*.html,css/*.css\""
npm start
參考連接:http://www.browsersync.cn/#installhtml