@go-home-early/go-home-early98 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/demo.html ADDED
@@ -0,0 +1 @@
1
+ <!doctype html><meta charset="utf-8"><title>go-home-early demo</title><script src="./go-home-early.umd.js"></script><link rel="stylesheet" href="./go-home-early.css"><script>console.log(go-home-early)</script>
@@ -0,0 +1,345 @@
1
+ /******/ (function() { // webpackBootstrap
2
+ /******/ "use strict";
3
+ /******/ // The require scope
4
+ /******/ var __webpack_require__ = {};
5
+ /******/
6
+ /************************************************************************/
7
+ /******/ /* webpack/runtime/define property getters */
8
+ /******/ !function() {
9
+ /******/ // define getter functions for harmony exports
10
+ /******/ __webpack_require__.d = function(exports, definition) {
11
+ /******/ for(var key in definition) {
12
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
13
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
14
+ /******/ }
15
+ /******/ }
16
+ /******/ };
17
+ /******/ }();
18
+ /******/
19
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
20
+ /******/ !function() {
21
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
22
+ /******/ }();
23
+ /******/
24
+ /******/ /* webpack/runtime/make namespace object */
25
+ /******/ !function() {
26
+ /******/ // define __esModule on exports
27
+ /******/ __webpack_require__.r = function(exports) {
28
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
29
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
30
+ /******/ }
31
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
32
+ /******/ };
33
+ /******/ }();
34
+ /******/
35
+ /******/ /* webpack/runtime/publicPath */
36
+ /******/ !function() {
37
+ /******/ __webpack_require__.p = "";
38
+ /******/ }();
39
+ /******/
40
+ /************************************************************************/
41
+ var __webpack_exports__ = {};
42
+ // ESM COMPAT FLAG
43
+ __webpack_require__.r(__webpack_exports__);
44
+
45
+ // EXPORTS
46
+ __webpack_require__.d(__webpack_exports__, {
47
+ HelloWorld: function() { return /* reexport */ HelloWorld; },
48
+ "default": function() { return /* binding */ entry_lib; }
49
+ });
50
+
51
+ ;// ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
52
+ /* eslint-disable no-var */
53
+ // This file is imported into lib/wc client bundles.
54
+
55
+ if (typeof window !== 'undefined') {
56
+ var currentScript = window.document.currentScript
57
+ if (false) // removed by dead control flow
58
+ { var getCurrentScript; }
59
+
60
+ var src = currentScript && currentScript.src.match(/(.+\/)[^/]+\.js(\?.*)?$/)
61
+ if (src) {
62
+ __webpack_require__.p = src[1] // eslint-disable-line
63
+ }
64
+ }
65
+
66
+ // Indicate to webpack that this file can be concatenated
67
+ /* harmony default export */ var setPublicPath = (null);
68
+
69
+ ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/packages/HelloWorld.vue?vue&type=template&id=4690435c&scoped=true
70
+ var render = function render() {
71
+ var _vm = this,
72
+ _c = _vm._self._c;
73
+ return _c('div', {
74
+ staticClass: "hello"
75
+ }, [_c('h1', [_vm._v(_vm._s(_vm.msg))]), _vm._m(0), _c('h3', [_vm._v("Installed CLI Plugins")]), _vm._m(1), _c('h3', [_vm._v("Essential Links")]), _vm._m(2), _c('h3', [_vm._v("Ecosystem")]), _vm._m(3)]);
76
+ };
77
+ var staticRenderFns = [function () {
78
+ var _vm = this,
79
+ _c = _vm._self._c;
80
+ return _c('p', [_vm._v(" For a guide and recipes on how to configure / customize this project,"), _c('br'), _vm._v(" check out the "), _c('a', {
81
+ attrs: {
82
+ "href": "https://cli.vuejs.org",
83
+ "target": "_blank",
84
+ "rel": "noopener"
85
+ }
86
+ }, [_vm._v("vue-cli documentation")]), _vm._v(". ")]);
87
+ }, function () {
88
+ var _vm = this,
89
+ _c = _vm._self._c;
90
+ return _c('ul', [_c('li', [_c('a', {
91
+ attrs: {
92
+ "href": "https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-babel",
93
+ "target": "_blank",
94
+ "rel": "noopener"
95
+ }
96
+ }, [_vm._v("babel")])]), _c('li', [_c('a', {
97
+ attrs: {
98
+ "href": "https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-eslint",
99
+ "target": "_blank",
100
+ "rel": "noopener"
101
+ }
102
+ }, [_vm._v("eslint")])])]);
103
+ }, function () {
104
+ var _vm = this,
105
+ _c = _vm._self._c;
106
+ return _c('ul', [_c('li', [_c('a', {
107
+ attrs: {
108
+ "href": "https://vuejs.org",
109
+ "target": "_blank",
110
+ "rel": "noopener"
111
+ }
112
+ }, [_vm._v("Core Docs")])]), _c('li', [_c('a', {
113
+ attrs: {
114
+ "href": "https://forum.vuejs.org",
115
+ "target": "_blank",
116
+ "rel": "noopener"
117
+ }
118
+ }, [_vm._v("Forum")])]), _c('li', [_c('a', {
119
+ attrs: {
120
+ "href": "https://chat.vuejs.org",
121
+ "target": "_blank",
122
+ "rel": "noopener"
123
+ }
124
+ }, [_vm._v("Community Chat")])]), _c('li', [_c('a', {
125
+ attrs: {
126
+ "href": "https://twitter.com/vuejs",
127
+ "target": "_blank",
128
+ "rel": "noopener"
129
+ }
130
+ }, [_vm._v("Twitter")])]), _c('li', [_c('a', {
131
+ attrs: {
132
+ "href": "https://news.vuejs.org",
133
+ "target": "_blank",
134
+ "rel": "noopener"
135
+ }
136
+ }, [_vm._v("News")])])]);
137
+ }, function () {
138
+ var _vm = this,
139
+ _c = _vm._self._c;
140
+ return _c('ul', [_c('li', [_c('a', {
141
+ attrs: {
142
+ "href": "https://router.vuejs.org",
143
+ "target": "_blank",
144
+ "rel": "noopener"
145
+ }
146
+ }, [_vm._v("vue-router")])]), _c('li', [_c('a', {
147
+ attrs: {
148
+ "href": "https://vuex.vuejs.org",
149
+ "target": "_blank",
150
+ "rel": "noopener"
151
+ }
152
+ }, [_vm._v("vuex")])]), _c('li', [_c('a', {
153
+ attrs: {
154
+ "href": "https://github.com/vuejs/vue-devtools#vue-devtools",
155
+ "target": "_blank",
156
+ "rel": "noopener"
157
+ }
158
+ }, [_vm._v("vue-devtools")])]), _c('li', [_c('a', {
159
+ attrs: {
160
+ "href": "https://vue-loader.vuejs.org",
161
+ "target": "_blank",
162
+ "rel": "noopener"
163
+ }
164
+ }, [_vm._v("vue-loader")])]), _c('li', [_c('a', {
165
+ attrs: {
166
+ "href": "https://github.com/vuejs/awesome-vue",
167
+ "target": "_blank",
168
+ "rel": "noopener"
169
+ }
170
+ }, [_vm._v("awesome-vue")])])]);
171
+ }];
172
+
173
+ ;// ./src/packages/HelloWorld.vue?vue&type=template&id=4690435c&scoped=true
174
+
175
+ ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/packages/HelloWorld.vue?vue&type=script&lang=js
176
+ /* harmony default export */ var HelloWorldvue_type_script_lang_js = ({
177
+ name: 'HelloWorld',
178
+ props: {
179
+ msg: String
180
+ }
181
+ });
182
+ ;// ./src/packages/HelloWorld.vue?vue&type=script&lang=js
183
+ /* harmony default export */ var packages_HelloWorldvue_type_script_lang_js = (HelloWorldvue_type_script_lang_js);
184
+ ;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/packages/HelloWorld.vue?vue&type=style&index=0&id=4690435c&prod&scoped=true&lang=css
185
+ // extracted by mini-css-extract-plugin
186
+
187
+ ;// ./src/packages/HelloWorld.vue?vue&type=style&index=0&id=4690435c&prod&scoped=true&lang=css
188
+
189
+ ;// ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
190
+ /* globals __VUE_SSR_CONTEXT__ */
191
+
192
+ // IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
193
+ // This module is a runtime utility for cleaner component module output and will
194
+ // be included in the final webpack user bundle.
195
+
196
+ function normalizeComponent(
197
+ scriptExports,
198
+ render,
199
+ staticRenderFns,
200
+ functionalTemplate,
201
+ injectStyles,
202
+ scopeId,
203
+ moduleIdentifier /* server only */,
204
+ shadowMode /* vue-cli only */
205
+ ) {
206
+ // Vue.extend constructor export interop
207
+ var options =
208
+ typeof scriptExports === 'function' ? scriptExports.options : scriptExports
209
+
210
+ // render functions
211
+ if (render) {
212
+ options.render = render
213
+ options.staticRenderFns = staticRenderFns
214
+ options._compiled = true
215
+ }
216
+
217
+ // functional template
218
+ if (functionalTemplate) {
219
+ options.functional = true
220
+ }
221
+
222
+ // scopedId
223
+ if (scopeId) {
224
+ options._scopeId = 'data-v-' + scopeId
225
+ }
226
+
227
+ var hook
228
+ if (moduleIdentifier) {
229
+ // server build
230
+ hook = function (context) {
231
+ // 2.3 injection
232
+ context =
233
+ context || // cached call
234
+ (this.$vnode && this.$vnode.ssrContext) || // stateful
235
+ (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional
236
+ // 2.2 with runInNewContext: true
237
+ if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
238
+ context = __VUE_SSR_CONTEXT__
239
+ }
240
+ // inject component styles
241
+ if (injectStyles) {
242
+ injectStyles.call(this, context)
243
+ }
244
+ // register component module identifier for async chunk inferrence
245
+ if (context && context._registeredComponents) {
246
+ context._registeredComponents.add(moduleIdentifier)
247
+ }
248
+ }
249
+ // used by ssr in case component is cached and beforeCreate
250
+ // never gets called
251
+ options._ssrRegister = hook
252
+ } else if (injectStyles) {
253
+ hook = shadowMode
254
+ ? function () {
255
+ injectStyles.call(
256
+ this,
257
+ (options.functional ? this.parent : this).$root.$options.shadowRoot
258
+ )
259
+ }
260
+ : injectStyles
261
+ }
262
+
263
+ if (hook) {
264
+ if (options.functional) {
265
+ // for template-only hot-reload because in that case the render fn doesn't
266
+ // go through the normalizer
267
+ options._injectStyles = hook
268
+ // register for functional component in vue file
269
+ var originalRender = options.render
270
+ options.render = function renderWithStyleInjection(h, context) {
271
+ hook.call(context)
272
+ return originalRender(h, context)
273
+ }
274
+ } else {
275
+ // inject component registration as beforeCreate hook
276
+ var existing = options.beforeCreate
277
+ options.beforeCreate = existing ? [].concat(existing, hook) : [hook]
278
+ }
279
+ }
280
+
281
+ return {
282
+ exports: scriptExports,
283
+ options: options
284
+ }
285
+ }
286
+
287
+ ;// ./src/packages/HelloWorld.vue
288
+
289
+
290
+
291
+ ;
292
+
293
+
294
+ /* normalize component */
295
+
296
+ var component = normalizeComponent(
297
+ packages_HelloWorldvue_type_script_lang_js,
298
+ render,
299
+ staticRenderFns,
300
+ false,
301
+ null,
302
+ "4690435c",
303
+ null
304
+
305
+ )
306
+
307
+ /* harmony default export */ var HelloWorld = (component.exports);
308
+ ;// ./src/packages/index.js
309
+
310
+
311
+ // 组件列表,后续新增组件请加入此处
312
+ const components = [HelloWorld];
313
+
314
+ // 提供 install 方法,供按需或全量注册
315
+ const install = function (Vue) {
316
+ if (install.installed) return;
317
+ components.forEach(c => {
318
+ if (c && c.name) {
319
+ Vue.component(c.name, c);
320
+ }
321
+ });
322
+ };
323
+
324
+ // 支持通过 <script> 直接引入时自动安装(全局注册)
325
+ if (typeof window !== 'undefined' && window.Vue) {
326
+ install(window.Vue);
327
+ }
328
+
329
+ // 按需引入
330
+
331
+
332
+ // 默认导出插件,支持 Vue.use()
333
+ /* harmony default export */ var src_packages = ({
334
+ install
335
+ });
336
+ ;// ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
337
+
338
+
339
+ /* harmony default export */ var entry_lib = (src_packages);
340
+
341
+
342
+ module.exports = __webpack_exports__;
343
+ /******/ })()
344
+ ;
345
+ //# sourceMappingURL=go-home-early.common.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"go-home-early.common.js","mappings":"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","sources":["webpack://@go-home-early/go-home-early98/webpack/bootstrap","webpack://@go-home-early/go-home-early98/webpack/runtime/define property getters","webpack://@go-home-early/go-home-early98/webpack/runtime/hasOwnProperty shorthand","webpack://@go-home-early/go-home-early98/webpack/runtime/make namespace object","webpack://@go-home-early/go-home-early98/webpack/runtime/publicPath","webpack://@go-home-early/go-home-early98/./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js","webpack://@go-home-early/go-home-early98/./src/packages/HelloWorld.vue","webpack://@go-home-early/go-home-early98/./src/packages/HelloWorld.vue?f0e5","webpack://@go-home-early/go-home-early98/src/packages/HelloWorld.vue","webpack://@go-home-early/go-home-early98/./src/packages/HelloWorld.vue?059f","webpack://@go-home-early/go-home-early98/./src/packages/HelloWorld.vue?1a52","webpack://@go-home-early/go-home-early98/./src/packages/HelloWorld.vue?8c0c","webpack://@go-home-early/go-home-early98/./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js","webpack://@go-home-early/go-home-early98/./src/packages/HelloWorld.vue?387e","webpack://@go-home-early/go-home-early98/./src/packages/index.js","webpack://@go-home-early/go-home-early98/./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js"],"sourcesContent":["// The require scope\nvar __webpack_require__ = {};\n\n","// define getter functions for harmony exports\n__webpack_require__.d = function(exports, definition) {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }","// define __esModule on exports\n__webpack_require__.r = function(exports) {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.p = \"\";","/* eslint-disable no-var */\n// This file is imported into lib/wc client bundles.\n\nif (typeof window !== 'undefined') {\n var currentScript = window.document.currentScript\n if (process.env.NEED_CURRENTSCRIPT_POLYFILL) {\n var getCurrentScript = require('@soda/get-current-script')\n currentScript = getCurrentScript()\n\n // for backward compatibility, because previously we directly included the polyfill\n if (!('currentScript' in document)) {\n Object.defineProperty(document, 'currentScript', { get: getCurrentScript })\n }\n }\n\n var src = currentScript && currentScript.src.match(/(.+\\/)[^/]+\\.js(\\?.*)?$/)\n if (src) {\n __webpack_public_path__ = src[1] // eslint-disable-line\n }\n}\n\n// Indicate to webpack that this file can be concatenated\nexport default null\n","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"hello\"},[_c('h1',[_vm._v(_vm._s(_vm.msg))]),_vm._m(0),_c('h3',[_vm._v(\"Installed CLI Plugins\")]),_vm._m(1),_c('h3',[_vm._v(\"Essential Links\")]),_vm._m(2),_c('h3',[_vm._v(\"Ecosystem\")]),_vm._m(3)])\n}\nvar staticRenderFns = [function (){var _vm=this,_c=_vm._self._c;return _c('p',[_vm._v(\" For a guide and recipes on how to configure / customize this project,\"),_c('br'),_vm._v(\" check out the \"),_c('a',{attrs:{\"href\":\"https://cli.vuejs.org\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"vue-cli documentation\")]),_vm._v(\". \")])\n},function (){var _vm=this,_c=_vm._self._c;return _c('ul',[_c('li',[_c('a',{attrs:{\"href\":\"https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-babel\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"babel\")])]),_c('li',[_c('a',{attrs:{\"href\":\"https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-eslint\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"eslint\")])])])\n},function (){var _vm=this,_c=_vm._self._c;return _c('ul',[_c('li',[_c('a',{attrs:{\"href\":\"https://vuejs.org\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"Core Docs\")])]),_c('li',[_c('a',{attrs:{\"href\":\"https://forum.vuejs.org\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"Forum\")])]),_c('li',[_c('a',{attrs:{\"href\":\"https://chat.vuejs.org\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"Community Chat\")])]),_c('li',[_c('a',{attrs:{\"href\":\"https://twitter.com/vuejs\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"Twitter\")])]),_c('li',[_c('a',{attrs:{\"href\":\"https://news.vuejs.org\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"News\")])])])\n},function (){var _vm=this,_c=_vm._self._c;return _c('ul',[_c('li',[_c('a',{attrs:{\"href\":\"https://router.vuejs.org\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"vue-router\")])]),_c('li',[_c('a',{attrs:{\"href\":\"https://vuex.vuejs.org\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"vuex\")])]),_c('li',[_c('a',{attrs:{\"href\":\"https://github.com/vuejs/vue-devtools#vue-devtools\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"vue-devtools\")])]),_c('li',[_c('a',{attrs:{\"href\":\"https://vue-loader.vuejs.org\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"vue-loader\")])]),_c('li',[_c('a',{attrs:{\"href\":\"https://github.com/vuejs/awesome-vue\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"awesome-vue\")])])])\n}]\n\nexport { render, staticRenderFns }","export * from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./HelloWorld.vue?vue&type=template&id=4690435c&scoped=true\"","<template>\n <div class=\"hello\">\n <h1>{{ msg }}</h1>\n <p>\n For a guide and recipes on how to configure / customize this project,<br>\n check out the\n <a href=\"https://cli.vuejs.org\" target=\"_blank\" rel=\"noopener\">vue-cli documentation</a>.\n </p>\n <h3>Installed CLI Plugins</h3>\n <ul>\n <li><a href=\"https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-babel\" target=\"_blank\" rel=\"noopener\">babel</a></li>\n <li><a href=\"https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-eslint\" target=\"_blank\" rel=\"noopener\">eslint</a></li>\n </ul>\n <h3>Essential Links</h3>\n <ul>\n <li><a href=\"https://vuejs.org\" target=\"_blank\" rel=\"noopener\">Core Docs</a></li>\n <li><a href=\"https://forum.vuejs.org\" target=\"_blank\" rel=\"noopener\">Forum</a></li>\n <li><a href=\"https://chat.vuejs.org\" target=\"_blank\" rel=\"noopener\">Community Chat</a></li>\n <li><a href=\"https://twitter.com/vuejs\" target=\"_blank\" rel=\"noopener\">Twitter</a></li>\n <li><a href=\"https://news.vuejs.org\" target=\"_blank\" rel=\"noopener\">News</a></li>\n </ul>\n <h3>Ecosystem</h3>\n <ul>\n <li><a href=\"https://router.vuejs.org\" target=\"_blank\" rel=\"noopener\">vue-router</a></li>\n <li><a href=\"https://vuex.vuejs.org\" target=\"_blank\" rel=\"noopener\">vuex</a></li>\n <li><a href=\"https://github.com/vuejs/vue-devtools#vue-devtools\" target=\"_blank\" rel=\"noopener\">vue-devtools</a></li>\n <li><a href=\"https://vue-loader.vuejs.org\" target=\"_blank\" rel=\"noopener\">vue-loader</a></li>\n <li><a href=\"https://github.com/vuejs/awesome-vue\" target=\"_blank\" rel=\"noopener\">awesome-vue</a></li>\n </ul>\n </div>\n</template>\n\n<script>\nexport default {\n name: 'HelloWorld',\n props: {\n msg: String\n }\n}\n</script>\n\n<!-- Add \"scoped\" attribute to limit CSS to this component only -->\n<style scoped>\nh3 {\n margin: 40px 0 0;\n}\nul {\n list-style-type: none;\n padding: 0;\n}\nli {\n display: inline-block;\n margin: 0 10px;\n}\na {\n color: #42b983;\n}\n</style>\n","import mod from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./HelloWorld.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./HelloWorld.vue?vue&type=script&lang=js\"","// extracted by mini-css-extract-plugin\nexport {};","export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!../../node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./HelloWorld.vue?vue&type=style&index=0&id=4690435c&prod&scoped=true&lang=css\"","/* globals __VUE_SSR_CONTEXT__ */\n\n// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).\n// This module is a runtime utility for cleaner component module output and will\n// be included in the final webpack user bundle.\n\nexport default function normalizeComponent(\n scriptExports,\n render,\n staticRenderFns,\n functionalTemplate,\n injectStyles,\n scopeId,\n moduleIdentifier /* server only */,\n shadowMode /* vue-cli only */\n) {\n // Vue.extend constructor export interop\n var options =\n typeof scriptExports === 'function' ? scriptExports.options : scriptExports\n\n // render functions\n if (render) {\n options.render = render\n options.staticRenderFns = staticRenderFns\n options._compiled = true\n }\n\n // functional template\n if (functionalTemplate) {\n options.functional = true\n }\n\n // scopedId\n if (scopeId) {\n options._scopeId = 'data-v-' + scopeId\n }\n\n var hook\n if (moduleIdentifier) {\n // server build\n hook = function (context) {\n // 2.3 injection\n context =\n context || // cached call\n (this.$vnode && this.$vnode.ssrContext) || // stateful\n (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional\n // 2.2 with runInNewContext: true\n if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {\n context = __VUE_SSR_CONTEXT__\n }\n // inject component styles\n if (injectStyles) {\n injectStyles.call(this, context)\n }\n // register component module identifier for async chunk inferrence\n if (context && context._registeredComponents) {\n context._registeredComponents.add(moduleIdentifier)\n }\n }\n // used by ssr in case component is cached and beforeCreate\n // never gets called\n options._ssrRegister = hook\n } else if (injectStyles) {\n hook = shadowMode\n ? function () {\n injectStyles.call(\n this,\n (options.functional ? this.parent : this).$root.$options.shadowRoot\n )\n }\n : injectStyles\n }\n\n if (hook) {\n if (options.functional) {\n // for template-only hot-reload because in that case the render fn doesn't\n // go through the normalizer\n options._injectStyles = hook\n // register for functional component in vue file\n var originalRender = options.render\n options.render = function renderWithStyleInjection(h, context) {\n hook.call(context)\n return originalRender(h, context)\n }\n } else {\n // inject component registration as beforeCreate hook\n var existing = options.beforeCreate\n options.beforeCreate = existing ? [].concat(existing, hook) : [hook]\n }\n }\n\n return {\n exports: scriptExports,\n options: options\n }\n}\n","import { render, staticRenderFns } from \"./HelloWorld.vue?vue&type=template&id=4690435c&scoped=true\"\nimport script from \"./HelloWorld.vue?vue&type=script&lang=js\"\nexport * from \"./HelloWorld.vue?vue&type=script&lang=js\"\nimport style0 from \"./HelloWorld.vue?vue&type=style&index=0&id=4690435c&prod&scoped=true&lang=css\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"4690435c\",\n null\n \n)\n\nexport default component.exports","import HelloWorld from './HelloWorld.vue'\n\n// 组件列表,后续新增组件请加入此处\nconst components = [HelloWorld]\n\n// 提供 install 方法,供按需或全量注册\nconst install = function (Vue) {\n if (install.installed) return\n components.forEach((c) => {\n if (c && c.name) {\n Vue.component(c.name, c)\n }\n })\n}\n\n// 支持通过 <script> 直接引入时自动安装(全局注册)\nif (typeof window !== 'undefined' && window.Vue) {\n install(window.Vue)\n}\n\n// 按需引入\nexport { HelloWorld }\n\n// 默认导出插件,支持 Vue.use()\nexport default { install }\n\n","import './setPublicPath'\nimport mod from '~entry'\nexport default mod\nexport * from '~entry'\n"],"names":["render","_vm","_c","_self","staticClass","_v","_s","msg","_m","staticRenderFns","attrs","name","props","String","HelloWorld","components","install","Vue","installed","forEach","c","component","window"],"ignoreList":[],"sourceRoot":""}
@@ -0,0 +1 @@
1
+ h3[data-v-4690435c]{margin:40px 0 0}ul[data-v-4690435c]{list-style-type:none;padding:0}li[data-v-4690435c]{display:inline-block;margin:0 10px}a[data-v-4690435c]{color:#42b983}
@@ -0,0 +1,356 @@
1
+ (function webpackUniversalModuleDefinition(root, factory) {
2
+ if(typeof exports === 'object' && typeof module === 'object')
3
+ module.exports = factory();
4
+ else if(typeof define === 'function' && define.amd)
5
+ define([], factory);
6
+ else if(typeof exports === 'object')
7
+ exports["go-home-early"] = factory();
8
+ else
9
+ root["go-home-early"] = factory();
10
+ })((typeof self !== 'undefined' ? self : this), function() {
11
+ return /******/ (function() { // webpackBootstrap
12
+ /******/ "use strict";
13
+ /******/ // The require scope
14
+ /******/ var __webpack_require__ = {};
15
+ /******/
16
+ /************************************************************************/
17
+ /******/ /* webpack/runtime/define property getters */
18
+ /******/ !function() {
19
+ /******/ // define getter functions for harmony exports
20
+ /******/ __webpack_require__.d = function(exports, definition) {
21
+ /******/ for(var key in definition) {
22
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
23
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
24
+ /******/ }
25
+ /******/ }
26
+ /******/ };
27
+ /******/ }();
28
+ /******/
29
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
30
+ /******/ !function() {
31
+ /******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
32
+ /******/ }();
33
+ /******/
34
+ /******/ /* webpack/runtime/make namespace object */
35
+ /******/ !function() {
36
+ /******/ // define __esModule on exports
37
+ /******/ __webpack_require__.r = function(exports) {
38
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
39
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
40
+ /******/ }
41
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
42
+ /******/ };
43
+ /******/ }();
44
+ /******/
45
+ /******/ /* webpack/runtime/publicPath */
46
+ /******/ !function() {
47
+ /******/ __webpack_require__.p = "";
48
+ /******/ }();
49
+ /******/
50
+ /************************************************************************/
51
+ var __webpack_exports__ = {};
52
+ // ESM COMPAT FLAG
53
+ __webpack_require__.r(__webpack_exports__);
54
+
55
+ // EXPORTS
56
+ __webpack_require__.d(__webpack_exports__, {
57
+ HelloWorld: function() { return /* reexport */ HelloWorld; },
58
+ "default": function() { return /* binding */ entry_lib; }
59
+ });
60
+
61
+ ;// ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
62
+ /* eslint-disable no-var */
63
+ // This file is imported into lib/wc client bundles.
64
+
65
+ if (typeof window !== 'undefined') {
66
+ var currentScript = window.document.currentScript
67
+ if (false) // removed by dead control flow
68
+ { var getCurrentScript; }
69
+
70
+ var src = currentScript && currentScript.src.match(/(.+\/)[^/]+\.js(\?.*)?$/)
71
+ if (src) {
72
+ __webpack_require__.p = src[1] // eslint-disable-line
73
+ }
74
+ }
75
+
76
+ // Indicate to webpack that this file can be concatenated
77
+ /* harmony default export */ var setPublicPath = (null);
78
+
79
+ ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/packages/HelloWorld.vue?vue&type=template&id=4690435c&scoped=true
80
+ var render = function render() {
81
+ var _vm = this,
82
+ _c = _vm._self._c;
83
+ return _c('div', {
84
+ staticClass: "hello"
85
+ }, [_c('h1', [_vm._v(_vm._s(_vm.msg))]), _vm._m(0), _c('h3', [_vm._v("Installed CLI Plugins")]), _vm._m(1), _c('h3', [_vm._v("Essential Links")]), _vm._m(2), _c('h3', [_vm._v("Ecosystem")]), _vm._m(3)]);
86
+ };
87
+ var staticRenderFns = [function () {
88
+ var _vm = this,
89
+ _c = _vm._self._c;
90
+ return _c('p', [_vm._v(" For a guide and recipes on how to configure / customize this project,"), _c('br'), _vm._v(" check out the "), _c('a', {
91
+ attrs: {
92
+ "href": "https://cli.vuejs.org",
93
+ "target": "_blank",
94
+ "rel": "noopener"
95
+ }
96
+ }, [_vm._v("vue-cli documentation")]), _vm._v(". ")]);
97
+ }, function () {
98
+ var _vm = this,
99
+ _c = _vm._self._c;
100
+ return _c('ul', [_c('li', [_c('a', {
101
+ attrs: {
102
+ "href": "https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-babel",
103
+ "target": "_blank",
104
+ "rel": "noopener"
105
+ }
106
+ }, [_vm._v("babel")])]), _c('li', [_c('a', {
107
+ attrs: {
108
+ "href": "https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-eslint",
109
+ "target": "_blank",
110
+ "rel": "noopener"
111
+ }
112
+ }, [_vm._v("eslint")])])]);
113
+ }, function () {
114
+ var _vm = this,
115
+ _c = _vm._self._c;
116
+ return _c('ul', [_c('li', [_c('a', {
117
+ attrs: {
118
+ "href": "https://vuejs.org",
119
+ "target": "_blank",
120
+ "rel": "noopener"
121
+ }
122
+ }, [_vm._v("Core Docs")])]), _c('li', [_c('a', {
123
+ attrs: {
124
+ "href": "https://forum.vuejs.org",
125
+ "target": "_blank",
126
+ "rel": "noopener"
127
+ }
128
+ }, [_vm._v("Forum")])]), _c('li', [_c('a', {
129
+ attrs: {
130
+ "href": "https://chat.vuejs.org",
131
+ "target": "_blank",
132
+ "rel": "noopener"
133
+ }
134
+ }, [_vm._v("Community Chat")])]), _c('li', [_c('a', {
135
+ attrs: {
136
+ "href": "https://twitter.com/vuejs",
137
+ "target": "_blank",
138
+ "rel": "noopener"
139
+ }
140
+ }, [_vm._v("Twitter")])]), _c('li', [_c('a', {
141
+ attrs: {
142
+ "href": "https://news.vuejs.org",
143
+ "target": "_blank",
144
+ "rel": "noopener"
145
+ }
146
+ }, [_vm._v("News")])])]);
147
+ }, function () {
148
+ var _vm = this,
149
+ _c = _vm._self._c;
150
+ return _c('ul', [_c('li', [_c('a', {
151
+ attrs: {
152
+ "href": "https://router.vuejs.org",
153
+ "target": "_blank",
154
+ "rel": "noopener"
155
+ }
156
+ }, [_vm._v("vue-router")])]), _c('li', [_c('a', {
157
+ attrs: {
158
+ "href": "https://vuex.vuejs.org",
159
+ "target": "_blank",
160
+ "rel": "noopener"
161
+ }
162
+ }, [_vm._v("vuex")])]), _c('li', [_c('a', {
163
+ attrs: {
164
+ "href": "https://github.com/vuejs/vue-devtools#vue-devtools",
165
+ "target": "_blank",
166
+ "rel": "noopener"
167
+ }
168
+ }, [_vm._v("vue-devtools")])]), _c('li', [_c('a', {
169
+ attrs: {
170
+ "href": "https://vue-loader.vuejs.org",
171
+ "target": "_blank",
172
+ "rel": "noopener"
173
+ }
174
+ }, [_vm._v("vue-loader")])]), _c('li', [_c('a', {
175
+ attrs: {
176
+ "href": "https://github.com/vuejs/awesome-vue",
177
+ "target": "_blank",
178
+ "rel": "noopener"
179
+ }
180
+ }, [_vm._v("awesome-vue")])])]);
181
+ }];
182
+
183
+ ;// ./src/packages/HelloWorld.vue?vue&type=template&id=4690435c&scoped=true
184
+
185
+ ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/packages/HelloWorld.vue?vue&type=script&lang=js
186
+ /* harmony default export */ var HelloWorldvue_type_script_lang_js = ({
187
+ name: 'HelloWorld',
188
+ props: {
189
+ msg: String
190
+ }
191
+ });
192
+ ;// ./src/packages/HelloWorld.vue?vue&type=script&lang=js
193
+ /* harmony default export */ var packages_HelloWorldvue_type_script_lang_js = (HelloWorldvue_type_script_lang_js);
194
+ ;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-54.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-54.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-54.use[2]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/packages/HelloWorld.vue?vue&type=style&index=0&id=4690435c&prod&scoped=true&lang=css
195
+ // extracted by mini-css-extract-plugin
196
+
197
+ ;// ./src/packages/HelloWorld.vue?vue&type=style&index=0&id=4690435c&prod&scoped=true&lang=css
198
+
199
+ ;// ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
200
+ /* globals __VUE_SSR_CONTEXT__ */
201
+
202
+ // IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
203
+ // This module is a runtime utility for cleaner component module output and will
204
+ // be included in the final webpack user bundle.
205
+
206
+ function normalizeComponent(
207
+ scriptExports,
208
+ render,
209
+ staticRenderFns,
210
+ functionalTemplate,
211
+ injectStyles,
212
+ scopeId,
213
+ moduleIdentifier /* server only */,
214
+ shadowMode /* vue-cli only */
215
+ ) {
216
+ // Vue.extend constructor export interop
217
+ var options =
218
+ typeof scriptExports === 'function' ? scriptExports.options : scriptExports
219
+
220
+ // render functions
221
+ if (render) {
222
+ options.render = render
223
+ options.staticRenderFns = staticRenderFns
224
+ options._compiled = true
225
+ }
226
+
227
+ // functional template
228
+ if (functionalTemplate) {
229
+ options.functional = true
230
+ }
231
+
232
+ // scopedId
233
+ if (scopeId) {
234
+ options._scopeId = 'data-v-' + scopeId
235
+ }
236
+
237
+ var hook
238
+ if (moduleIdentifier) {
239
+ // server build
240
+ hook = function (context) {
241
+ // 2.3 injection
242
+ context =
243
+ context || // cached call
244
+ (this.$vnode && this.$vnode.ssrContext) || // stateful
245
+ (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional
246
+ // 2.2 with runInNewContext: true
247
+ if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
248
+ context = __VUE_SSR_CONTEXT__
249
+ }
250
+ // inject component styles
251
+ if (injectStyles) {
252
+ injectStyles.call(this, context)
253
+ }
254
+ // register component module identifier for async chunk inferrence
255
+ if (context && context._registeredComponents) {
256
+ context._registeredComponents.add(moduleIdentifier)
257
+ }
258
+ }
259
+ // used by ssr in case component is cached and beforeCreate
260
+ // never gets called
261
+ options._ssrRegister = hook
262
+ } else if (injectStyles) {
263
+ hook = shadowMode
264
+ ? function () {
265
+ injectStyles.call(
266
+ this,
267
+ (options.functional ? this.parent : this).$root.$options.shadowRoot
268
+ )
269
+ }
270
+ : injectStyles
271
+ }
272
+
273
+ if (hook) {
274
+ if (options.functional) {
275
+ // for template-only hot-reload because in that case the render fn doesn't
276
+ // go through the normalizer
277
+ options._injectStyles = hook
278
+ // register for functional component in vue file
279
+ var originalRender = options.render
280
+ options.render = function renderWithStyleInjection(h, context) {
281
+ hook.call(context)
282
+ return originalRender(h, context)
283
+ }
284
+ } else {
285
+ // inject component registration as beforeCreate hook
286
+ var existing = options.beforeCreate
287
+ options.beforeCreate = existing ? [].concat(existing, hook) : [hook]
288
+ }
289
+ }
290
+
291
+ return {
292
+ exports: scriptExports,
293
+ options: options
294
+ }
295
+ }
296
+
297
+ ;// ./src/packages/HelloWorld.vue
298
+
299
+
300
+
301
+ ;
302
+
303
+
304
+ /* normalize component */
305
+
306
+ var component = normalizeComponent(
307
+ packages_HelloWorldvue_type_script_lang_js,
308
+ render,
309
+ staticRenderFns,
310
+ false,
311
+ null,
312
+ "4690435c",
313
+ null
314
+
315
+ )
316
+
317
+ /* harmony default export */ var HelloWorld = (component.exports);
318
+ ;// ./src/packages/index.js
319
+
320
+
321
+ // 组件列表,后续新增组件请加入此处
322
+ const components = [HelloWorld];
323
+
324
+ // 提供 install 方法,供按需或全量注册
325
+ const install = function (Vue) {
326
+ if (install.installed) return;
327
+ components.forEach(c => {
328
+ if (c && c.name) {
329
+ Vue.component(c.name, c);
330
+ }
331
+ });
332
+ };
333
+
334
+ // 支持通过 <script> 直接引入时自动安装(全局注册)
335
+ if (typeof window !== 'undefined' && window.Vue) {
336
+ install(window.Vue);
337
+ }
338
+
339
+ // 按需引入
340
+
341
+
342
+ // 默认导出插件,支持 Vue.use()
343
+ /* harmony default export */ var src_packages = ({
344
+ install
345
+ });
346
+ ;// ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
347
+
348
+
349
+ /* harmony default export */ var entry_lib = (src_packages);
350
+
351
+
352
+ /******/ return __webpack_exports__;
353
+ /******/ })()
354
+ ;
355
+ });
356
+ //# sourceMappingURL=go-home-early.umd.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"go-home-early.umd.js","mappings":"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","sources":["webpack://go-home-early/webpack/universalModuleDefinition","webpack://go-home-early/webpack/bootstrap","webpack://go-home-early/webpack/runtime/define property getters","webpack://go-home-early/webpack/runtime/hasOwnProperty shorthand","webpack://go-home-early/webpack/runtime/make namespace object","webpack://go-home-early/webpack/runtime/publicPath","webpack://go-home-early/./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js","webpack://go-home-early/./src/packages/HelloWorld.vue","webpack://go-home-early/./src/packages/HelloWorld.vue?4b62","webpack://go-home-early/src/packages/HelloWorld.vue","webpack://go-home-early/./src/packages/HelloWorld.vue?217f","webpack://go-home-early/./src/packages/HelloWorld.vue?adbc","webpack://go-home-early/./src/packages/HelloWorld.vue?20d8","webpack://go-home-early/./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js","webpack://go-home-early/./src/packages/HelloWorld.vue?387e","webpack://go-home-early/./src/packages/index.js","webpack://go-home-early/./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"go-home-early\"] = factory();\n\telse\n\t\troot[\"go-home-early\"] = factory();\n})((typeof self !== 'undefined' ? self : this), function() {\nreturn ","// The require scope\nvar __webpack_require__ = {};\n\n","// define getter functions for harmony exports\n__webpack_require__.d = function(exports, definition) {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }","// define __esModule on exports\n__webpack_require__.r = function(exports) {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.p = \"\";","/* eslint-disable no-var */\n// This file is imported into lib/wc client bundles.\n\nif (typeof window !== 'undefined') {\n var currentScript = window.document.currentScript\n if (process.env.NEED_CURRENTSCRIPT_POLYFILL) {\n var getCurrentScript = require('@soda/get-current-script')\n currentScript = getCurrentScript()\n\n // for backward compatibility, because previously we directly included the polyfill\n if (!('currentScript' in document)) {\n Object.defineProperty(document, 'currentScript', { get: getCurrentScript })\n }\n }\n\n var src = currentScript && currentScript.src.match(/(.+\\/)[^/]+\\.js(\\?.*)?$/)\n if (src) {\n __webpack_public_path__ = src[1] // eslint-disable-line\n }\n}\n\n// Indicate to webpack that this file can be concatenated\nexport default null\n","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"hello\"},[_c('h1',[_vm._v(_vm._s(_vm.msg))]),_vm._m(0),_c('h3',[_vm._v(\"Installed CLI Plugins\")]),_vm._m(1),_c('h3',[_vm._v(\"Essential Links\")]),_vm._m(2),_c('h3',[_vm._v(\"Ecosystem\")]),_vm._m(3)])\n}\nvar staticRenderFns = [function (){var _vm=this,_c=_vm._self._c;return _c('p',[_vm._v(\" For a guide and recipes on how to configure / customize this project,\"),_c('br'),_vm._v(\" check out the \"),_c('a',{attrs:{\"href\":\"https://cli.vuejs.org\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"vue-cli documentation\")]),_vm._v(\". \")])\n},function (){var _vm=this,_c=_vm._self._c;return _c('ul',[_c('li',[_c('a',{attrs:{\"href\":\"https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-babel\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"babel\")])]),_c('li',[_c('a',{attrs:{\"href\":\"https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-eslint\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"eslint\")])])])\n},function (){var _vm=this,_c=_vm._self._c;return _c('ul',[_c('li',[_c('a',{attrs:{\"href\":\"https://vuejs.org\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"Core Docs\")])]),_c('li',[_c('a',{attrs:{\"href\":\"https://forum.vuejs.org\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"Forum\")])]),_c('li',[_c('a',{attrs:{\"href\":\"https://chat.vuejs.org\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"Community Chat\")])]),_c('li',[_c('a',{attrs:{\"href\":\"https://twitter.com/vuejs\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"Twitter\")])]),_c('li',[_c('a',{attrs:{\"href\":\"https://news.vuejs.org\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"News\")])])])\n},function (){var _vm=this,_c=_vm._self._c;return _c('ul',[_c('li',[_c('a',{attrs:{\"href\":\"https://router.vuejs.org\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"vue-router\")])]),_c('li',[_c('a',{attrs:{\"href\":\"https://vuex.vuejs.org\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"vuex\")])]),_c('li',[_c('a',{attrs:{\"href\":\"https://github.com/vuejs/vue-devtools#vue-devtools\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"vue-devtools\")])]),_c('li',[_c('a',{attrs:{\"href\":\"https://vue-loader.vuejs.org\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"vue-loader\")])]),_c('li',[_c('a',{attrs:{\"href\":\"https://github.com/vuejs/awesome-vue\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"awesome-vue\")])])])\n}]\n\nexport { render, staticRenderFns }","export * from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!../../node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./HelloWorld.vue?vue&type=template&id=4690435c&scoped=true\"","<template>\n <div class=\"hello\">\n <h1>{{ msg }}</h1>\n <p>\n For a guide and recipes on how to configure / customize this project,<br>\n check out the\n <a href=\"https://cli.vuejs.org\" target=\"_blank\" rel=\"noopener\">vue-cli documentation</a>.\n </p>\n <h3>Installed CLI Plugins</h3>\n <ul>\n <li><a href=\"https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-babel\" target=\"_blank\" rel=\"noopener\">babel</a></li>\n <li><a href=\"https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-eslint\" target=\"_blank\" rel=\"noopener\">eslint</a></li>\n </ul>\n <h3>Essential Links</h3>\n <ul>\n <li><a href=\"https://vuejs.org\" target=\"_blank\" rel=\"noopener\">Core Docs</a></li>\n <li><a href=\"https://forum.vuejs.org\" target=\"_blank\" rel=\"noopener\">Forum</a></li>\n <li><a href=\"https://chat.vuejs.org\" target=\"_blank\" rel=\"noopener\">Community Chat</a></li>\n <li><a href=\"https://twitter.com/vuejs\" target=\"_blank\" rel=\"noopener\">Twitter</a></li>\n <li><a href=\"https://news.vuejs.org\" target=\"_blank\" rel=\"noopener\">News</a></li>\n </ul>\n <h3>Ecosystem</h3>\n <ul>\n <li><a href=\"https://router.vuejs.org\" target=\"_blank\" rel=\"noopener\">vue-router</a></li>\n <li><a href=\"https://vuex.vuejs.org\" target=\"_blank\" rel=\"noopener\">vuex</a></li>\n <li><a href=\"https://github.com/vuejs/vue-devtools#vue-devtools\" target=\"_blank\" rel=\"noopener\">vue-devtools</a></li>\n <li><a href=\"https://vue-loader.vuejs.org\" target=\"_blank\" rel=\"noopener\">vue-loader</a></li>\n <li><a href=\"https://github.com/vuejs/awesome-vue\" target=\"_blank\" rel=\"noopener\">awesome-vue</a></li>\n </ul>\n </div>\n</template>\n\n<script>\nexport default {\n name: 'HelloWorld',\n props: {\n msg: String\n }\n}\n</script>\n\n<!-- Add \"scoped\" attribute to limit CSS to this component only -->\n<style scoped>\nh3 {\n margin: 40px 0 0;\n}\nul {\n list-style-type: none;\n padding: 0;\n}\nli {\n display: inline-block;\n margin: 0 10px;\n}\na {\n color: #42b983;\n}\n</style>\n","import mod from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./HelloWorld.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./HelloWorld.vue?vue&type=script&lang=js\"","// extracted by mini-css-extract-plugin\nexport {};","export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-54.use[0]!../../node_modules/css-loader/dist/cjs.js??clonedRuleSet-54.use[1]!../../node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-54.use[2]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./HelloWorld.vue?vue&type=style&index=0&id=4690435c&prod&scoped=true&lang=css\"","/* globals __VUE_SSR_CONTEXT__ */\n\n// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).\n// This module is a runtime utility for cleaner component module output and will\n// be included in the final webpack user bundle.\n\nexport default function normalizeComponent(\n scriptExports,\n render,\n staticRenderFns,\n functionalTemplate,\n injectStyles,\n scopeId,\n moduleIdentifier /* server only */,\n shadowMode /* vue-cli only */\n) {\n // Vue.extend constructor export interop\n var options =\n typeof scriptExports === 'function' ? scriptExports.options : scriptExports\n\n // render functions\n if (render) {\n options.render = render\n options.staticRenderFns = staticRenderFns\n options._compiled = true\n }\n\n // functional template\n if (functionalTemplate) {\n options.functional = true\n }\n\n // scopedId\n if (scopeId) {\n options._scopeId = 'data-v-' + scopeId\n }\n\n var hook\n if (moduleIdentifier) {\n // server build\n hook = function (context) {\n // 2.3 injection\n context =\n context || // cached call\n (this.$vnode && this.$vnode.ssrContext) || // stateful\n (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional\n // 2.2 with runInNewContext: true\n if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {\n context = __VUE_SSR_CONTEXT__\n }\n // inject component styles\n if (injectStyles) {\n injectStyles.call(this, context)\n }\n // register component module identifier for async chunk inferrence\n if (context && context._registeredComponents) {\n context._registeredComponents.add(moduleIdentifier)\n }\n }\n // used by ssr in case component is cached and beforeCreate\n // never gets called\n options._ssrRegister = hook\n } else if (injectStyles) {\n hook = shadowMode\n ? function () {\n injectStyles.call(\n this,\n (options.functional ? this.parent : this).$root.$options.shadowRoot\n )\n }\n : injectStyles\n }\n\n if (hook) {\n if (options.functional) {\n // for template-only hot-reload because in that case the render fn doesn't\n // go through the normalizer\n options._injectStyles = hook\n // register for functional component in vue file\n var originalRender = options.render\n options.render = function renderWithStyleInjection(h, context) {\n hook.call(context)\n return originalRender(h, context)\n }\n } else {\n // inject component registration as beforeCreate hook\n var existing = options.beforeCreate\n options.beforeCreate = existing ? [].concat(existing, hook) : [hook]\n }\n }\n\n return {\n exports: scriptExports,\n options: options\n }\n}\n","import { render, staticRenderFns } from \"./HelloWorld.vue?vue&type=template&id=4690435c&scoped=true\"\nimport script from \"./HelloWorld.vue?vue&type=script&lang=js\"\nexport * from \"./HelloWorld.vue?vue&type=script&lang=js\"\nimport style0 from \"./HelloWorld.vue?vue&type=style&index=0&id=4690435c&prod&scoped=true&lang=css\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"4690435c\",\n null\n \n)\n\nexport default component.exports","import HelloWorld from './HelloWorld.vue'\n\n// 组件列表,后续新增组件请加入此处\nconst components = [HelloWorld]\n\n// 提供 install 方法,供按需或全量注册\nconst install = function (Vue) {\n if (install.installed) return\n components.forEach((c) => {\n if (c && c.name) {\n Vue.component(c.name, c)\n }\n })\n}\n\n// 支持通过 <script> 直接引入时自动安装(全局注册)\nif (typeof window !== 'undefined' && window.Vue) {\n install(window.Vue)\n}\n\n// 按需引入\nexport { HelloWorld }\n\n// 默认导出插件,支持 Vue.use()\nexport default { install }\n\n","import './setPublicPath'\nimport mod from '~entry'\nexport default mod\nexport * from '~entry'\n"],"names":["render","_vm","_c","_self","staticClass","_v","_s","msg","_m","staticRenderFns","attrs","name","props","String","HelloWorld","components","install","Vue","installed","forEach","c","component","window"],"ignoreList":[],"sourceRoot":""}
@@ -0,0 +1,2 @@
1
+ (function(e,t){"object"===typeof exports&&"object"===typeof module?module.exports=t():"function"===typeof define&&define.amd?define([],t):"object"===typeof exports?exports["go-home-early"]=t():e["go-home-early"]=t()})("undefined"!==typeof self?self:this,function(){return function(){"use strict";var e={};!function(){e.d=function(t,r){for(var n in r)e.o(r,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:r[n]})}}(),function(){e.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)}}(),function(){e.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}}(),function(){e.p=""}();var t={};if(e.r(t),e.d(t,{HelloWorld:function(){return c},default:function(){return _}}),"undefined"!==typeof window){var r=window.document.currentScript,n=r&&r.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);n&&(e.p=n[1])}var o=function(){var e=this,t=e._self._c;return t("div",{staticClass:"hello"},[t("h1",[e._v(e._s(e.msg))]),e._m(0),t("h3",[e._v("Installed CLI Plugins")]),e._m(1),t("h3",[e._v("Essential Links")]),e._m(2),t("h3",[e._v("Ecosystem")]),e._m(3)])},s=[function(){var e=this,t=e._self._c;return t("p",[e._v(" For a guide and recipes on how to configure / customize this project,"),t("br"),e._v(" check out the "),t("a",{attrs:{href:"https://cli.vuejs.org",target:"_blank",rel:"noopener"}},[e._v("vue-cli documentation")]),e._v(". ")])},function(){var e=this,t=e._self._c;return t("ul",[t("li",[t("a",{attrs:{href:"https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-babel",target:"_blank",rel:"noopener"}},[e._v("babel")])]),t("li",[t("a",{attrs:{href:"https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-eslint",target:"_blank",rel:"noopener"}},[e._v("eslint")])])])},function(){var e=this,t=e._self._c;return t("ul",[t("li",[t("a",{attrs:{href:"https://vuejs.org",target:"_blank",rel:"noopener"}},[e._v("Core Docs")])]),t("li",[t("a",{attrs:{href:"https://forum.vuejs.org",target:"_blank",rel:"noopener"}},[e._v("Forum")])]),t("li",[t("a",{attrs:{href:"https://chat.vuejs.org",target:"_blank",rel:"noopener"}},[e._v("Community Chat")])]),t("li",[t("a",{attrs:{href:"https://twitter.com/vuejs",target:"_blank",rel:"noopener"}},[e._v("Twitter")])]),t("li",[t("a",{attrs:{href:"https://news.vuejs.org",target:"_blank",rel:"noopener"}},[e._v("News")])])])},function(){var e=this,t=e._self._c;return t("ul",[t("li",[t("a",{attrs:{href:"https://router.vuejs.org",target:"_blank",rel:"noopener"}},[e._v("vue-router")])]),t("li",[t("a",{attrs:{href:"https://vuex.vuejs.org",target:"_blank",rel:"noopener"}},[e._v("vuex")])]),t("li",[t("a",{attrs:{href:"https://github.com/vuejs/vue-devtools#vue-devtools",target:"_blank",rel:"noopener"}},[e._v("vue-devtools")])]),t("li",[t("a",{attrs:{href:"https://vue-loader.vuejs.org",target:"_blank",rel:"noopener"}},[e._v("vue-loader")])]),t("li",[t("a",{attrs:{href:"https://github.com/vuejs/awesome-vue",target:"_blank",rel:"noopener"}},[e._v("awesome-vue")])])])}],a={name:"HelloWorld",props:{msg:String}},i=a;function l(e,t,r,n,o,s,a,i){var l,u="function"===typeof e?e.options:e;if(t&&(u.render=t,u.staticRenderFns=r,u._compiled=!0),n&&(u.functional=!0),s&&(u._scopeId="data-v-"+s),a?(l=function(e){e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,e||"undefined"===typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),o&&o.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(a)},u._ssrRegister=l):o&&(l=i?function(){o.call(this,(u.functional?this.parent:this).$root.$options.shadowRoot)}:o),l)if(u.functional){u._injectStyles=l;var c=u.render;u.render=function(e,t){return l.call(t),c(e,t)}}else{var f=u.beforeCreate;u.beforeCreate=f?[].concat(f,l):[l]}return{exports:e,options:u}}var u=l(i,o,s,!1,null,"4690435c",null),c=u.exports;const f=[c],v=function(e){v.installed||f.forEach(t=>{t&&t.name&&e.component(t.name,t)})};"undefined"!==typeof window&&window.Vue&&v(window.Vue);var p={install:v},_=p;return t}()});
2
+ //# sourceMappingURL=go-home-early.umd.min.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"go-home-early.umd.min.js","mappings":"CAAA,SAA2CA,EAAMC,GAC1B,kBAAZC,SAA0C,kBAAXC,OACxCA,OAAOD,QAAUD,IACQ,oBAAXG,QAAyBA,OAAOC,IAC9CD,OAAO,GAAIH,GACe,kBAAZC,QACdA,QAAQ,iBAAmBD,IAE3BD,EAAK,iBAAmBC,GACzB,EATD,CASoB,qBAATK,KAAuBA,KAAOC,KAAO,WAChD,O,wBCTA,IAAIC,EAAsB,CAAC,G,WCA3BA,EAAoBC,EAAI,SAASP,EAASQ,GACzC,IAAI,IAAIC,KAAOD,EACXF,EAAoBI,EAAEF,EAAYC,KAASH,EAAoBI,EAAEV,EAASS,IAC5EE,OAAOC,eAAeZ,EAASS,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAG3E,C,eCPAH,EAAoBI,EAAI,SAASK,EAAKC,GAAQ,OAAOL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,EAAO,C,eCCtGV,EAAoBc,EAAI,SAASpB,GACX,qBAAXqB,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAeZ,EAASqB,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAeZ,EAAS,aAAc,CAAEuB,OAAO,GACvD,C,eCNAjB,EAAoBkB,EAAI,E,aCGxB,G,6EAAsB,qBAAXC,OAAwB,CACjC,IAAIC,EAAgBD,OAAOE,SAASD,cAWhCE,EAAMF,GAAiBA,EAAcE,IAAIC,MAAM,2BAC/CD,IACF,IAA0BA,EAAI,GAElC,CAGA,ICtBIE,EAAS,WAAkB,IAAIC,EAAI1B,KAAK2B,EAAGD,EAAIE,MAAMD,GAAG,OAAOA,EAAG,MAAM,CAACE,YAAY,SAAS,CAACF,EAAG,KAAK,CAACD,EAAII,GAAGJ,EAAIK,GAAGL,EAAIM,QAAQN,EAAIO,GAAG,GAAGN,EAAG,KAAK,CAACD,EAAII,GAAG,2BAA2BJ,EAAIO,GAAG,GAAGN,EAAG,KAAK,CAACD,EAAII,GAAG,qBAAqBJ,EAAIO,GAAG,GAAGN,EAAG,KAAK,CAACD,EAAII,GAAG,eAAeJ,EAAIO,GAAG,IAC1R,EACIC,EAAkB,CAAC,WAAY,IAAIR,EAAI1B,KAAK2B,EAAGD,EAAIE,MAAMD,GAAG,OAAOA,EAAG,IAAI,CAACD,EAAII,GAAG,0EAA0EH,EAAG,MAAMD,EAAII,GAAG,mBAAmBH,EAAG,IAAI,CAACQ,MAAM,CAAC,KAAO,wBAAwB,OAAS,SAAS,IAAM,aAAa,CAACT,EAAII,GAAG,2BAA2BJ,EAAII,GAAG,OAChU,EAAE,WAAY,IAAIJ,EAAI1B,KAAK2B,EAAGD,EAAIE,MAAMD,GAAG,OAAOA,EAAG,KAAK,CAACA,EAAG,KAAK,CAACA,EAAG,IAAI,CAACQ,MAAM,CAAC,KAAO,6EAA6E,OAAS,SAAS,IAAM,aAAa,CAACT,EAAII,GAAG,aAAaH,EAAG,KAAK,CAACA,EAAG,IAAI,CAACQ,MAAM,CAAC,KAAO,8EAA8E,OAAS,SAAS,IAAM,aAAa,CAACT,EAAII,GAAG,eAC3X,EAAE,WAAY,IAAIJ,EAAI1B,KAAK2B,EAAGD,EAAIE,MAAMD,GAAG,OAAOA,EAAG,KAAK,CAACA,EAAG,KAAK,CAACA,EAAG,IAAI,CAACQ,MAAM,CAAC,KAAO,oBAAoB,OAAS,SAAS,IAAM,aAAa,CAACT,EAAII,GAAG,iBAAiBH,EAAG,KAAK,CAACA,EAAG,IAAI,CAACQ,MAAM,CAAC,KAAO,0BAA0B,OAAS,SAAS,IAAM,aAAa,CAACT,EAAII,GAAG,aAAaH,EAAG,KAAK,CAACA,EAAG,IAAI,CAACQ,MAAM,CAAC,KAAO,yBAAyB,OAAS,SAAS,IAAM,aAAa,CAACT,EAAII,GAAG,sBAAsBH,EAAG,KAAK,CAACA,EAAG,IAAI,CAACQ,MAAM,CAAC,KAAO,4BAA4B,OAAS,SAAS,IAAM,aAAa,CAACT,EAAII,GAAG,eAAeH,EAAG,KAAK,CAACA,EAAG,IAAI,CAACQ,MAAM,CAAC,KAAO,yBAAyB,OAAS,SAAS,IAAM,aAAa,CAACT,EAAII,GAAG,aACtnB,EAAE,WAAY,IAAIJ,EAAI1B,KAAK2B,EAAGD,EAAIE,MAAMD,GAAG,OAAOA,EAAG,KAAK,CAACA,EAAG,KAAK,CAACA,EAAG,IAAI,CAACQ,MAAM,CAAC,KAAO,2BAA2B,OAAS,SAAS,IAAM,aAAa,CAACT,EAAII,GAAG,kBAAkBH,EAAG,KAAK,CAACA,EAAG,IAAI,CAACQ,MAAM,CAAC,KAAO,yBAAyB,OAAS,SAAS,IAAM,aAAa,CAACT,EAAII,GAAG,YAAYH,EAAG,KAAK,CAACA,EAAG,IAAI,CAACQ,MAAM,CAAC,KAAO,qDAAqD,OAAS,SAAS,IAAM,aAAa,CAACT,EAAII,GAAG,oBAAoBH,EAAG,KAAK,CAACA,EAAG,IAAI,CAACQ,MAAM,CAAC,KAAO,+BAA+B,OAAS,SAAS,IAAM,aAAa,CAACT,EAAII,GAAG,kBAAkBH,EAAG,KAAK,CAACA,EAAG,IAAI,CAACQ,MAAM,CAAC,KAAO,uCAAuC,OAAS,SAAS,IAAM,aAAa,CAACT,EAAII,GAAG,oBAC1qB,GC2BA,GACAM,KAAA,aACAC,MAAA,CACAL,IAAAM,SCpC0P,ICM3O,SAASC,EACtBC,EACAf,EACAS,EACAO,EACAC,EACAC,EACAC,EACAC,GAGA,IAoBIC,EApBAC,EACuB,oBAAlBP,EAA+BA,EAAcO,QAAUP,EAuDhE,GApDIf,IACFsB,EAAQtB,OAASA,EACjBsB,EAAQb,gBAAkBA,EAC1Ba,EAAQC,WAAY,GAIlBP,IACFM,EAAQE,YAAa,GAInBN,IACFI,EAAQG,SAAW,UAAYP,GAI7BC,GAEFE,EAAO,SAAUK,GAEfA,EACEA,GACCnD,KAAKoD,QAAUpD,KAAKoD,OAAOC,YAC3BrD,KAAKsD,QAAUtD,KAAKsD,OAAOF,QAAUpD,KAAKsD,OAAOF,OAAOC,WAEtDF,GAA0C,qBAAxBI,sBACrBJ,EAAUI,qBAGRb,GACFA,EAAa5B,KAAKd,KAAMmD,GAGtBA,GAAWA,EAAQK,uBACrBL,EAAQK,sBAAsBC,IAAIb,EAEtC,EAGAG,EAAQW,aAAeZ,GACdJ,IACTI,EAAOD,EACH,WACEH,EAAa5B,KACXd,MACC+C,EAAQE,WAAajD,KAAKsD,OAAStD,MAAM2D,MAAMC,SAASC,WAE7D,EACAnB,GAGFI,EACF,GAAIC,EAAQE,WAAY,CAGtBF,EAAQe,cAAgBhB,EAExB,IAAIiB,EAAiBhB,EAAQtB,OAC7BsB,EAAQtB,OAAS,SAAkCuC,EAAGb,GAEpD,OADAL,EAAKhC,KAAKqC,GACHY,EAAeC,EAAGb,EAC3B,CACF,KAAO,CAEL,IAAIc,EAAWlB,EAAQmB,aACvBnB,EAAQmB,aAAeD,EAAW,GAAGE,OAAOF,EAAUnB,GAAQ,CAACA,EACjE,CAGF,MAAO,CACLnD,QAAS6C,EACTO,QAASA,EAEb,CCvFA,IAAIqB,EAAY,EACd,EACA3C,EACAS,GACA,EACA,KACA,WACA,MAIF,EAAekC,E,QChBf,MAAMC,EAAa,CAACC,GAGdC,EAAU,SAAUC,GACpBD,EAAQE,WACZJ,EAAWK,QAASC,IACdA,GAAKA,EAAEvC,MACToC,EAAIJ,UAAUO,EAAEvC,KAAMuC,IAG5B,EAGsB,qBAAXvD,QAA0BA,OAAOoD,KAC1CD,EAAQnD,OAAOoD,KAOjB,OAAiBD,WCtBjB,I","sources":["webpack://go-home-early/webpack/universalModuleDefinition","webpack://go-home-early/webpack/bootstrap","webpack://go-home-early/webpack/runtime/define property getters","webpack://go-home-early/webpack/runtime/hasOwnProperty shorthand","webpack://go-home-early/webpack/runtime/make namespace object","webpack://go-home-early/webpack/runtime/publicPath","webpack://go-home-early/./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js","webpack://go-home-early/./src/packages/HelloWorld.vue","webpack://go-home-early/src/packages/HelloWorld.vue","webpack://go-home-early/./src/packages/HelloWorld.vue?03ce","webpack://go-home-early/./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js","webpack://go-home-early/./src/packages/HelloWorld.vue?387e","webpack://go-home-early/./src/packages/index.js","webpack://go-home-early/./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"go-home-early\"] = factory();\n\telse\n\t\troot[\"go-home-early\"] = factory();\n})((typeof self !== 'undefined' ? self : this), function() {\nreturn ","// The require scope\nvar __webpack_require__ = {};\n\n","// define getter functions for harmony exports\n__webpack_require__.d = function(exports, definition) {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }","// define __esModule on exports\n__webpack_require__.r = function(exports) {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.p = \"\";","/* eslint-disable no-var */\n// This file is imported into lib/wc client bundles.\n\nif (typeof window !== 'undefined') {\n var currentScript = window.document.currentScript\n if (process.env.NEED_CURRENTSCRIPT_POLYFILL) {\n var getCurrentScript = require('@soda/get-current-script')\n currentScript = getCurrentScript()\n\n // for backward compatibility, because previously we directly included the polyfill\n if (!('currentScript' in document)) {\n Object.defineProperty(document, 'currentScript', { get: getCurrentScript })\n }\n }\n\n var src = currentScript && currentScript.src.match(/(.+\\/)[^/]+\\.js(\\?.*)?$/)\n if (src) {\n __webpack_public_path__ = src[1] // eslint-disable-line\n }\n}\n\n// Indicate to webpack that this file can be concatenated\nexport default null\n","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"hello\"},[_c('h1',[_vm._v(_vm._s(_vm.msg))]),_vm._m(0),_c('h3',[_vm._v(\"Installed CLI Plugins\")]),_vm._m(1),_c('h3',[_vm._v(\"Essential Links\")]),_vm._m(2),_c('h3',[_vm._v(\"Ecosystem\")]),_vm._m(3)])\n}\nvar staticRenderFns = [function (){var _vm=this,_c=_vm._self._c;return _c('p',[_vm._v(\" For a guide and recipes on how to configure / customize this project,\"),_c('br'),_vm._v(\" check out the \"),_c('a',{attrs:{\"href\":\"https://cli.vuejs.org\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"vue-cli documentation\")]),_vm._v(\". \")])\n},function (){var _vm=this,_c=_vm._self._c;return _c('ul',[_c('li',[_c('a',{attrs:{\"href\":\"https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-babel\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"babel\")])]),_c('li',[_c('a',{attrs:{\"href\":\"https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-eslint\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"eslint\")])])])\n},function (){var _vm=this,_c=_vm._self._c;return _c('ul',[_c('li',[_c('a',{attrs:{\"href\":\"https://vuejs.org\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"Core Docs\")])]),_c('li',[_c('a',{attrs:{\"href\":\"https://forum.vuejs.org\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"Forum\")])]),_c('li',[_c('a',{attrs:{\"href\":\"https://chat.vuejs.org\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"Community Chat\")])]),_c('li',[_c('a',{attrs:{\"href\":\"https://twitter.com/vuejs\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"Twitter\")])]),_c('li',[_c('a',{attrs:{\"href\":\"https://news.vuejs.org\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"News\")])])])\n},function (){var _vm=this,_c=_vm._self._c;return _c('ul',[_c('li',[_c('a',{attrs:{\"href\":\"https://router.vuejs.org\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"vue-router\")])]),_c('li',[_c('a',{attrs:{\"href\":\"https://vuex.vuejs.org\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"vuex\")])]),_c('li',[_c('a',{attrs:{\"href\":\"https://github.com/vuejs/vue-devtools#vue-devtools\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"vue-devtools\")])]),_c('li',[_c('a',{attrs:{\"href\":\"https://vue-loader.vuejs.org\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"vue-loader\")])]),_c('li',[_c('a',{attrs:{\"href\":\"https://github.com/vuejs/awesome-vue\",\"target\":\"_blank\",\"rel\":\"noopener\"}},[_vm._v(\"awesome-vue\")])])])\n}]\n\nexport { render, staticRenderFns }","<template>\n <div class=\"hello\">\n <h1>{{ msg }}</h1>\n <p>\n For a guide and recipes on how to configure / customize this project,<br>\n check out the\n <a href=\"https://cli.vuejs.org\" target=\"_blank\" rel=\"noopener\">vue-cli documentation</a>.\n </p>\n <h3>Installed CLI Plugins</h3>\n <ul>\n <li><a href=\"https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-babel\" target=\"_blank\" rel=\"noopener\">babel</a></li>\n <li><a href=\"https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-eslint\" target=\"_blank\" rel=\"noopener\">eslint</a></li>\n </ul>\n <h3>Essential Links</h3>\n <ul>\n <li><a href=\"https://vuejs.org\" target=\"_blank\" rel=\"noopener\">Core Docs</a></li>\n <li><a href=\"https://forum.vuejs.org\" target=\"_blank\" rel=\"noopener\">Forum</a></li>\n <li><a href=\"https://chat.vuejs.org\" target=\"_blank\" rel=\"noopener\">Community Chat</a></li>\n <li><a href=\"https://twitter.com/vuejs\" target=\"_blank\" rel=\"noopener\">Twitter</a></li>\n <li><a href=\"https://news.vuejs.org\" target=\"_blank\" rel=\"noopener\">News</a></li>\n </ul>\n <h3>Ecosystem</h3>\n <ul>\n <li><a href=\"https://router.vuejs.org\" target=\"_blank\" rel=\"noopener\">vue-router</a></li>\n <li><a href=\"https://vuex.vuejs.org\" target=\"_blank\" rel=\"noopener\">vuex</a></li>\n <li><a href=\"https://github.com/vuejs/vue-devtools#vue-devtools\" target=\"_blank\" rel=\"noopener\">vue-devtools</a></li>\n <li><a href=\"https://vue-loader.vuejs.org\" target=\"_blank\" rel=\"noopener\">vue-loader</a></li>\n <li><a href=\"https://github.com/vuejs/awesome-vue\" target=\"_blank\" rel=\"noopener\">awesome-vue</a></li>\n </ul>\n </div>\n</template>\n\n<script>\nexport default {\n name: 'HelloWorld',\n props: {\n msg: String\n }\n}\n</script>\n\n<!-- Add \"scoped\" attribute to limit CSS to this component only -->\n<style scoped>\nh3 {\n margin: 40px 0 0;\n}\nul {\n list-style-type: none;\n padding: 0;\n}\nli {\n display: inline-block;\n margin: 0 10px;\n}\na {\n color: #42b983;\n}\n</style>\n","import mod from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-124.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./HelloWorld.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js??clonedRuleSet-124.use[1]!../../node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./HelloWorld.vue?vue&type=script&lang=js\"","/* globals __VUE_SSR_CONTEXT__ */\n\n// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).\n// This module is a runtime utility for cleaner component module output and will\n// be included in the final webpack user bundle.\n\nexport default function normalizeComponent(\n scriptExports,\n render,\n staticRenderFns,\n functionalTemplate,\n injectStyles,\n scopeId,\n moduleIdentifier /* server only */,\n shadowMode /* vue-cli only */\n) {\n // Vue.extend constructor export interop\n var options =\n typeof scriptExports === 'function' ? scriptExports.options : scriptExports\n\n // render functions\n if (render) {\n options.render = render\n options.staticRenderFns = staticRenderFns\n options._compiled = true\n }\n\n // functional template\n if (functionalTemplate) {\n options.functional = true\n }\n\n // scopedId\n if (scopeId) {\n options._scopeId = 'data-v-' + scopeId\n }\n\n var hook\n if (moduleIdentifier) {\n // server build\n hook = function (context) {\n // 2.3 injection\n context =\n context || // cached call\n (this.$vnode && this.$vnode.ssrContext) || // stateful\n (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional\n // 2.2 with runInNewContext: true\n if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {\n context = __VUE_SSR_CONTEXT__\n }\n // inject component styles\n if (injectStyles) {\n injectStyles.call(this, context)\n }\n // register component module identifier for async chunk inferrence\n if (context && context._registeredComponents) {\n context._registeredComponents.add(moduleIdentifier)\n }\n }\n // used by ssr in case component is cached and beforeCreate\n // never gets called\n options._ssrRegister = hook\n } else if (injectStyles) {\n hook = shadowMode\n ? function () {\n injectStyles.call(\n this,\n (options.functional ? this.parent : this).$root.$options.shadowRoot\n )\n }\n : injectStyles\n }\n\n if (hook) {\n if (options.functional) {\n // for template-only hot-reload because in that case the render fn doesn't\n // go through the normalizer\n options._injectStyles = hook\n // register for functional component in vue file\n var originalRender = options.render\n options.render = function renderWithStyleInjection(h, context) {\n hook.call(context)\n return originalRender(h, context)\n }\n } else {\n // inject component registration as beforeCreate hook\n var existing = options.beforeCreate\n options.beforeCreate = existing ? [].concat(existing, hook) : [hook]\n }\n }\n\n return {\n exports: scriptExports,\n options: options\n }\n}\n","import { render, staticRenderFns } from \"./HelloWorld.vue?vue&type=template&id=4690435c&scoped=true\"\nimport script from \"./HelloWorld.vue?vue&type=script&lang=js\"\nexport * from \"./HelloWorld.vue?vue&type=script&lang=js\"\nimport style0 from \"./HelloWorld.vue?vue&type=style&index=0&id=4690435c&prod&scoped=true&lang=css\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"4690435c\",\n null\n \n)\n\nexport default component.exports","import HelloWorld from './HelloWorld.vue'\n\n// 组件列表,后续新增组件请加入此处\nconst components = [HelloWorld]\n\n// 提供 install 方法,供按需或全量注册\nconst install = function (Vue) {\n if (install.installed) return\n components.forEach((c) => {\n if (c && c.name) {\n Vue.component(c.name, c)\n }\n })\n}\n\n// 支持通过 <script> 直接引入时自动安装(全局注册)\nif (typeof window !== 'undefined' && window.Vue) {\n install(window.Vue)\n}\n\n// 按需引入\nexport { HelloWorld }\n\n// 默认导出插件,支持 Vue.use()\nexport default { install }\n\n","import './setPublicPath'\nimport mod from '~entry'\nexport default mod\nexport * from '~entry'\n"],"names":["root","factory","exports","module","define","amd","self","this","__webpack_require__","d","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","p","window","currentScript","document","src","match","render","_vm","_c","_self","staticClass","_v","_s","msg","_m","staticRenderFns","attrs","name","props","String","normalizeComponent","scriptExports","functionalTemplate","injectStyles","scopeId","moduleIdentifier","shadowMode","hook","options","_compiled","functional","_scopeId","context","$vnode","ssrContext","parent","__VUE_SSR_CONTEXT__","_registeredComponents","add","_ssrRegister","$root","$options","shadowRoot","_injectStyles","originalRender","h","existing","beforeCreate","concat","component","components","HelloWorld","install","Vue","installed","forEach","c"],"ignoreList":[],"sourceRoot":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go-home-early/go-home-early98",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "private": false,
5
5
  "main": "dist/go-home-early.common.js",
6
6
  "browser": "dist/go-home-early.umd.min.js",
@@ -54,7 +54,6 @@
54
54
  "not dead"
55
55
  ],
56
56
  "license": "MIT",
57
- "type": "module",
58
57
  "publishConfig": {
59
58
  "access": "public",
60
59
  "registry": "https://registry.npmjs.org/"