diff --git a/examples/hello-world/dist/_nuxt/0.nuxt.bundle.js b/examples/hello-world/dist/_nuxt/0.nuxt.bundle.js index b49e1ebd91..2a7f30f12f 100644 --- a/examples/hello-world/dist/_nuxt/0.nuxt.bundle.js +++ b/examples/hello-world/dist/_nuxt/0.nuxt.bundle.js @@ -1 +1 @@ -webpackJsonp([0],{24:function(t,n,e){var o,r;e(27);var i=e(29);r=o=o||{},"object"!=typeof o.default&&"function"!=typeof o.default||(r=o=o.default),"function"==typeof r&&(r=r.options),r.render=i.render,r.staticRenderFns=i.staticRenderFns,r._scopeId="data-v-d30325b8",t.exports=o},27:function(t,n){},29:function(module,exports){module.exports={render:function(){with(this)return _h("div",{staticClass:"container"},[_m(0)," ",_m(1)," ",_h("p",[_h("router-link",{attrs:{to:"/"}},["Home"])])])},staticRenderFns:[function(){with(this)return _h("img",{attrs:{src:"/static/nuxt.png"}})},function(){with(this)return _h("h2",["About"])}]}}}); \ No newline at end of file +webpackJsonp([0],{24:function(t,n,e){var r,o;e(27);var i=e(29);o=r=r||{},"object"!=typeof r.default&&"function"!=typeof r.default||(o=r=r.default),"function"==typeof o&&(o=o.options),o.render=i.render,o.staticRenderFns=i.staticRenderFns,o._scopeId="data-v-d30325b8",t.exports=r},27:function(t,n){},29:function(module,exports){module.exports={render:function(){with(this)return _h("div",{staticClass:"container"},[_m(0)," ",_m(1)," ",_h("p",[_h("router-link",{attrs:{to:"/"}},["Back home"])])])},staticRenderFns:[function(){with(this)return _h("img",{attrs:{src:"/nuxt-square.png"}})},function(){with(this)return _h("h2",["Thank you for testing nuxt.js"])}]}}}); \ No newline at end of file diff --git a/examples/hello-world/dist/_nuxt/1.nuxt.bundle.js b/examples/hello-world/dist/_nuxt/1.nuxt.bundle.js index 48472e5694..35414281c7 100644 --- a/examples/hello-world/dist/_nuxt/1.nuxt.bundle.js +++ b/examples/hello-world/dist/_nuxt/1.nuxt.bundle.js @@ -1 +1 @@ -webpackJsonp([1],{25:function(t,n,e){var o,r;e(26);var i=e(28);r=o=o||{},"object"!=typeof o.default&&"function"!=typeof o.default||(r=o=o.default),"function"==typeof r&&(r=r.options),r.render=i.render,r.staticRenderFns=i.staticRenderFns,r._scopeId="data-v-9393702e",t.exports=o},26:function(t,n){},28:function(module,exports){module.exports={render:function(){with(this)return _h("div",{staticClass:"container"},[_m(0)," ",_m(1)," ",_h("p",[_h("router-link",{attrs:{to:"/about"}},["About"])])])},staticRenderFns:[function(){with(this)return _h("img",{attrs:{src:"/static/nuxt.png"}})},function(){with(this)return _h("h2",["Hello World."])}]}}}); \ No newline at end of file +webpackJsonp([1],{25:function(t,n,e){var o,r;e(26);var i=e(28);r=o=o||{},"object"!=typeof o.default&&"function"!=typeof o.default||(r=o=o.default),"function"==typeof r&&(r=r.options),r.render=i.render,r.staticRenderFns=i.staticRenderFns,r._scopeId="data-v-9393702e",t.exports=o},26:function(t,n){},28:function(module,exports){module.exports={render:function(){with(this)return _h("div",{staticClass:"container"},[_m(0)," ",_m(1)," ",_h("p",[_h("router-link",{attrs:{to:"/about"}},["About"])])])},staticRenderFns:[function(){with(this)return _h("img",{attrs:{src:"/nuxt.png"}})},function(){with(this)return _h("h2",["Hello World."])}]}}}); \ No newline at end of file diff --git a/examples/hello-world/dist/_nuxt/server-bundle.js b/examples/hello-world/dist/_nuxt/server-bundle.js index 42495a8b63..cfc3cbecca 100644 --- a/examples/hello-world/dist/_nuxt/server-bundle.js +++ b/examples/hello-world/dist/_nuxt/server-bundle.js @@ -78,14 +78,15 @@ module.exports = require("vue"); "use strict"; 'use strict'; +// The Vue build version to load with the `import` command +// (runtime-only or standalone) has been set in webpack.base.conf with an alias. + Object.defineProperty(exports, "__esModule", { value: true }); exports.router = exports.app = undefined; -var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; // The Vue build version to load with the `import` command -// (runtime-only or standalone) has been set in webpack.base.conf with an alias. - +var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var _vue = __webpack_require__(0); @@ -643,7 +644,7 @@ module.exports={render:function (){with(this) { }},staticRenderFns: [function (){with(this) { return _h('img', { attrs: { - "src": "/static/nuxt.png" + "src": "/nuxt.png" } }) }},function (){with(this) { @@ -679,15 +680,15 @@ module.exports={render:function (){with(this) { attrs: { "to": "/" } - }, ["Home"])])]) + }, ["Back home"])])]) }},staticRenderFns: [function (){with(this) { return _h('img', { attrs: { - "src": "/static/nuxt.png" + "src": "/nuxt-square.png" } }) }},function (){with(this) { - return _h('h2', ["About"]) + return _h('h2', ["Thank you for testing nuxt.js"]) }}]} /***/ }, diff --git a/examples/hello-world/dist/_nuxt/style.css b/examples/hello-world/dist/_nuxt/style.css index f2b58d12e8..bd22165d1c 100644 --- a/examples/hello-world/dist/_nuxt/style.css +++ b/examples/hello-world/dist/_nuxt/style.css @@ -1,2 +1,2 @@ -.container[data-v-d30325b8]{font-family:serif;margin-top:200px;text-align:center}.container[data-v-9393702e]{font-family:sans-serif;margin-top:200px;text-align:center}.error-page[data-v-51a55454]{color:#000;background:#fff;top:0;bottom:0;left:0;right:0;position:absolute;font-family:SF UI Text,Helvetica Neue,Lucida Grande;text-align:center;padding-top:20%}.error-code[data-v-51a55454]{display:inline-block;font-size:24px;font-weight:500;vertical-align:top;border-right:1px solid rgba(0,0,0,.298039);margin:0 20px 0 0;padding:10px 23px}.error-wrapper-message[data-v-51a55454]{display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle}.error-message[data-v-51a55454]{font-size:14px;font-weight:400;margin:0;padding:0}.error-link[data-v-51a55454]{color:#42b983;font-weight:400;text-decoration:none;font-size:14px}.progress[data-v-3223f20f]{position:fixed;top:0;left:0;right:0;height:2px;width:0;transition:width .2s,opacity .4s;opacity:1;background-color:#efc14e;z-index:999999} +.container[data-v-d30325b8]{position:absolute;top:0;left:0;height:100%;width:100%;background:#000;color:#fff;font-family:Lucida Console,Monaco,monospace;padding-top:130px;text-align:center}a[data-v-d30325b8]{color:silver}.container[data-v-9393702e]{font-family:sans-serif;margin-top:200px;text-align:center}.error-page[data-v-51a55454]{color:#000;background:#fff;top:0;bottom:0;left:0;right:0;position:absolute;font-family:SF UI Text,Helvetica Neue,Lucida Grande;text-align:center;padding-top:20%}.error-code[data-v-51a55454]{display:inline-block;font-size:24px;font-weight:500;vertical-align:top;border-right:1px solid rgba(0,0,0,.298039);margin:0 20px 0 0;padding:10px 23px}.error-wrapper-message[data-v-51a55454]{display:inline-block;text-align:left;line-height:49px;height:49px;vertical-align:middle}.error-message[data-v-51a55454]{font-size:14px;font-weight:400;margin:0;padding:0}.error-link[data-v-51a55454]{color:#42b983;font-weight:400;text-decoration:none;font-size:14px}.progress[data-v-3223f20f]{position:fixed;top:0;left:0;right:0;height:2px;width:0;transition:width .2s,opacity .4s;opacity:1;background-color:#efc14e;z-index:999999} /*# sourceMappingURL=style.css.map*/ \ No newline at end of file diff --git a/examples/hello-world/dist/about.html b/examples/hello-world/dist/about.html deleted file mode 100644 index cbcb98dc65..0000000000 --- a/examples/hello-world/dist/about.html +++ /dev/null @@ -1,13 +0,0 @@ - - -
-