之前我們使用vue/react 打包 npm run build 之後生成的dist 檔案,想要執行**,需要部署在nginx上面才能執行。配置檔案也比較麻煩。
現在分享乙個直接可以瀏覽器開啟的方法
通過cmd命令
先在全域性中安裝browser-sync
npm install -g browser-sync
cd 『dist檔案目錄』
browser-sync start --server --files "*.css, *.html , *.js" --reload-delay 800 -no-ghost-mode --open external --host= i p
可直接在瀏覽器上輸入ip就要訪問了,非常方便 qemu linux映象包,可直接使用
1 qemu的大略引數的大略使用方法 2 debian的qemu qcow2直接載入包 2.1 包含了amd64的wheezy和squeeze版本。摘錄其中一段 when run on an amd64 host with hardware virtualization,and when the k...
關於Vuex可直接修改state問題
下面的 證明不通過mutation,而直接修改state修改確實生效了。這樣子多人協作豈不是很容易出問題。對於這個問題,在建立 store 的時候傳入 strict true,開啟嚴格模式,那麼任何修改state的操作,只要不經過mutation的函式,vue就會 throw error。const...
Nginx的簡單配置(可直接使用)
定義nginx執行的使用者和使用者組 user nobody nobody nginx程序數,建議設定為等於cpu總核心數 worker processes 2 error log logs error.log 全域性錯誤日誌定義型別 error log logs error.log notice ...