Vue中的index.html文件


<!DOCTYPE html>
<html lang="">
  <head>
    <meta charset="utf-8">
		<!-- 針對IE瀏覽器的一個特殊配置,含義是讓IE瀏覽器以最高的渲染級別渲染頁面 -->
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
		<!-- 開啟移動端的理想視口 -->
    <meta name="viewport" content="width=device-width,initial-scale=1.0">
		<!-- 配置頁簽圖標 -->
    <link rel="icon" href="<%= BASE_URL %>favicon.ico">
		<!-- 引入第三方樣式 -->
		<link rel="stylesheet" href="<%= BASE_URL %>css/bootstrap.css">
		<!-- 配置網頁標題 -->
    <title>硅谷系統</title>
  </head>
  <body>
		<!-- 當瀏覽器不支持js時noscript中的元素就會被渲染 -->
    <noscript>
      <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
    </noscript>
		<!-- 容器 -->
    <div id="app"></div>
    <!-- built files will be auto injected -->
  </body>
</html>


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM