// 这个 template 会内联 CSS 样式,例如以 Vue 微应用为例,template 如下所示:
// <!DOCTYPE html>
// <html lang="">
// <head>
// <meta charset="utf-8" />
// <meta http-equiv="X-UA-Compatible" content="IE=edge" />
// <meta name="viewport" content="width=device-width,initial-scale=1.0" />
// <link rel="icon" href="//localhost:8080/favicon.ico" />
// <title>vue-micro-app</title>
// <style>
// body {
// margin: 0;
// }
// </style>
// <!-- inline scripts replaced by import-html-entry -->
// <!-- script http://localhost:8080/js/chunk-vendors.js replaced by import-html-entry --><!-- script http://localhost:8080/js/app.js replaced by import-html-entry -->
// <style>/* http://localhost:8080/css/app.css *//*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
// !*** css ../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!../../node_modules/vue-loader/dist/stylePostLoader.js!../../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!../../node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/components/HelloWorld.vue?vue&type=style&index=0&id=469af010&scoped=true&lang=css ***!
// ******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
// h3[data-v-469af010] {
// margin: 40px 0 0;
// }
// ul[data-v-469af010] {
// list-style-type: none;
// padding: 0;
// }
// li[data-v-469af010] {
// display: inline-block;
// margin: 0 10px;
// }
// a[data-v-469af010] {
// color: #42b983;
// }
// /*!************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
// !*** css ../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!../../node_modules/vue-loader/dist/stylePostLoader.js!../../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!../../node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=style&index=0&id=7ba5bd90&lang=css ***!
// ************************************************************************************************************************************************************************************************************************************************************************************************************************************/
// #app {
// font-family: Avenir, Helvetica, Arial, sans-serif;
// -webkit-font-smoothing: antialiased;
// -moz-osx-font-smoothing: grayscale;
// text-align: center;
// color: #2c3e50;
// margin-top: 60px;
// }
// </style></head>
// <body>
// <noscript>
// <strong
// >We're sorry but vue-micro-app doesn't work
// properly without JavaScript enabled. Please enable it to
// continue.</strong
// >
// </noscript>
// <div id="app"></div>
// </body>
// </html>