問題描述如下
建立一個index.html檔,並在其中引入vue, vue-router和httpVueLoader(編譯vue檔案) cdn ,並deploy到IIS上
1.router模式是history在使用vue-router做頁面跳轉時網址列改變如下
locahot:81/dist/index.html ==> localhost:81/dist/dashboard
2.在dashboard頁面重新整理時,因為實際沒有這頁會出現404,這個部分參考官網下載 IIS UrlRewrite並做好設定(現在重整時的網址列)
locahot:81/dist/dashboard ==> localhost:81/dist/dashboard(呈現index.html內的component)
最後結果:確實會導頁到index.html,但是顯示的是index.html的component
努力自學vue中,很多觀念還在慢慢補強,任何指導和糾正,不勝感激
我將index.html和web.config.js放到網址
https://jsfiddle.net/nL6fgj4c/1/