browsersync的安裝與基本使用

2022-05-18 12:42:09 字數 385 閱讀 7744

browsersync能讓瀏覽器實時、快速響應您的檔案更改(html、js、css、sass、less等)並自動重新整理頁面。

官網文件:

1. 安裝 node.js

browsersync是基於node.js的, 是乙個node模組, 如果您想要快速使用它,也許您需要先安裝一下node.js。

2. 安裝 browsersync

npm install -g browser-sync
3. 啟動 browsersync
browser-sync start --server --files "*"
更多命令列用法檢視官網:docs/command-line/

browsersync安裝與使用

browsersync 瀏覽器同步測試工具 深受廣大程式設計愛好者的喜愛。下面說說安裝和使用方法 第一步 安裝node.js。安裝後需要看一下是否已經安裝成功 按鍵盤win r,輸入cmd,回車,輸入node v 第二步 安裝browsersync 瀏覽器同步測試工具 win r,輸入cmd,回車,...

browser sync的安裝使用

作用 更改 之後自動重新整理瀏覽器 安裝 browser sync是基於npm的,首先要安裝npm,再通過npm在命令列裡進行安裝,安裝 如下 需要使用npm進行全域性安裝 npm install browser sync g g表示安裝到全域性 或者 npm install g browser s...

node下安裝Browsersync 報錯

npm err code eperm npm err errno 4048 npm err syscall scandir npm err please try running this command again as root administrator.開始的時候以為是管理員許可權的問題,各種...