用http-server本地解決 to be served over an HTTP server
vue應用開發流程
vue-cli
構建專案骨架npm install
安裝依賴包npm run dev
開發除錯程式碼npm run build
生產環境程式碼
問題 執行第4步完成後,通常有如下小提示
Tip: built files are meant to be served over an HTTP server.
Opening index.html over file:// won't work.
即這些生產環境程式碼檔案(在執行build基於開發環境程式碼生成),需要放在http伺服器上才會有效。
解決 需要一個簡易的零配置的http伺服器,推薦安裝
npm install http-server -g http-server [path] [options]
它的用法類似於php的內建伺服器php -s , 比如你的生產程式碼位於當前dist目錄下,你可以這樣:
http-server ./dist
此時訪問 localhost:8080 的程式碼,其實際上就是相當訪問線上生產環境程式碼
開發環境 vs 生產環境
- 前者所做的一些工具,程式碼,是為了方便人類可讀可用可寫性,怎麼方便怎麼整。 後者只是給機器執行的,只要用它的程式能解析就ok,什麼短命名壓縮hash全來了。
相關推薦
用http-server本地解決 to be served over an HTTP server
vue應用開發流程 vue-cli構建專案骨架 npm install安裝依賴包 npm run dev 開發除錯程式碼 npm run build生產環境程式碼 問題 執行第4步完成後,通常有如下小提示 Tip: built files are mea
自己家用電腦做站點server,解決動態IP、無公網IP、80port被封、HTTP被屏蔽
管理系 映射 綁定 方案 自己 屏蔽 net 數據 web 動態IP、無公網IP、80port被封、HTTP被屏蔽,這些問題都是自己的server做站點服務,easy遇到面對的問題。當出現這些問題時。能夠利用當前的開放網絡資源一一解決。 解決原理分析: 動態IP。公
HTTP 錯誤 500.21 - Internal Server Error 解決方案(轉)
san 原因 cal 方案 發生 err 檢查 net tle 不久前重新安裝了Windows7,在安裝了VS2010 開發平臺之後,將網站發布到IIS,訪問發生如下錯誤: HTTP 錯誤 500.21 - Internal Server Error處理程序“NickLee
CentOS Linux解決Device eth0 does not seem to be present
uuid mac地址 網卡啟動在VMware裏克隆出來的CentOS Linux。。ifconfig...沒有看到eth0.。然後重啟網卡又報下面錯誤。故障現象:service network restartShutting down loopback insterface:
zbb20170811 mysql遠程連接報錯: Host * is not allowed to connect to this MySQL server,解決方法
pri oca 軟件 密碼 修改 allow 服務器 mysql遠程連接 查詢 解決此問題有以下2個方法: localhost改成% 1.進入mysql的BIN目錄 註:root為管理員用戶名,password為用戶root的密碼: mysql -u root -p
Selenium,解決Message: 'geckodriver' executable needs to be in PATH
images x86 解壓 files src cati ica sage 路徑 Windows系統解決辦法如下: Firefox: 1、下載geckodriver.exe:下載地址:https://github.com/mozilla/geckodriver/releas
selenium:解決 'chromedriver' executable needs to be in PATH 報錯
href idt eight med api 添加 chrome driver 2.7 1、chromedriver與chrome版本映射表 chromedriver版本支持的Chrome版本 v2.33 v60-62 v2.32 v59-61 v2.31
解決 'chromedriver' executable needs to be in PATH.'報錯
pat ica span ati www. 文件 .com ogl edr 試了把chromedriver.exe放到chrome安裝文件下,python安裝文件下,然後把路徑配到path裏,均無用。 最後是修改函數調用得以解決: from selenium import
安裝Android studio出現'tools.jar' seems to be not in Android Studio classpath......的解決方法
eas 一個 origin java_home ems view 使用 分享 title 安裝Android studio出現‘tools.jar‘ seems to be not in Android Studio classpath......的解決方法 原創 201
SQL server 導出平面文件時出錯: The code page on Destination - 3_txt.Inputs[Flat File Destination Input].Columns[UserId] is 936 and is required to be 1252.
log 解決辦法 驗證 AI inpu image ans post BE 我在導出平面文件時:Error 0xc00470d4: Data Flow Task 1: The code page on Destination - 3_txt.Inputs[Flat File
【laravel5.4+vue.js】laravel 循環三維數組,解決:htmlentities() expects parameter 1 to be string, array given
mode form BE 名稱 rule arr expect checkbox pre laravel循環三維數組 +++ vue.js循環三維數組 (數據均是以三維數組形式存在的) <form-item
Linux_解決啟動網卡失敗 Device eth0 does not seem to be present
see src sta 保存 文件 face 虛擬 接下來 inter Linux_解決啟動網卡失敗 Device eth0 does not seem to be present 虛擬機克隆 發現service network restart 啟動失敗 故障現象:
Linux RedHat下解決“Device eht0 does not seem to be present, delay nitialzation”報錯問題
net linux href 命令 scripts bsp 退出 dha 分享 配置號IP地址後,使用ifconfig命令,沒有顯示eth0,重啟網卡(service network restart)又遇到以下報錯信息 報錯信息: 解決辦法: 首先使用ifconfig
nginx學習筆記(一) 用nginx實現本地https請求轉http請求
error erro 需要 ror har file key media nginx代理 接到項目需求需要將一些https請求利用nginx代理到http接口上,因此要在本地上搭環境進行測試,現在將該過程記錄一下。 生成證書 1. 使用openssl生成密鑰privkey.
If you want to allow applications containing errors to be published on the server
serve enable errors websphere ebsp ror HERE The win If you want to allow applications containing errors to be published on the server, en
解決:Setting property 'source' to 'org.eclipse.jst.jee.server 的問題
ron lin text nbsp get contex prope serve 圖片 當你用Eclipse運行web項目的時候,你就會看到控制臺出現: 警告: [SetContextPropertiesRule]{Context} Setting property
開機提示:one of your disks needs to be checked解決方法
分享一下我老師大神的人工智慧教程!零基礎,通俗易懂!http://blog.csdn.net/jiangjunshow 也歡迎大家轉載本篇文章。分享知識,造福人民,實現我們中華民族偉大復興!  
藍鯨平臺本地上傳大檔案ERR_CONNECTION_RESE報錯處理client intended to send too large body:,server: paas.blueking.com
[[email protected] etc]# pwd /data/bkce/etc [[email protected] etc]# vim nginx.conf [[email protected] nginx]# pw
[ERR] URL Remix IDE instance has to be provided 解決辦法
解決Remix Web IDE 無法本地連線的問題 問題描述 安裝完remixd和remix-ide後,參考網上教程,準備將資料夾共享出來,在remix 瀏覽器IDE中進行本地連線,輸入一下命令 remixd -s E:\share_file 結果報錯 [E
解決 'chromedriver' executable needs to be in PATH.'報錯--python
解決 'chromedriver' executable needs to be in PATH.'報錯 1.將谷歌瀏覽器環境變數新增到path 2.將谷歌瀏覽器相應的Chromedriver.exe複製到谷歌瀏覽器目錄(如 C:\Program Files\Google\Chrome\Ap