Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
feZsy committed Oct 10, 2022
1 parent c719b51 commit bb575e7
Show file tree
Hide file tree
Showing 9 changed files with 116 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('hel-lib-proxy')) :
typeof define === 'function' && define.amd ? define(['exports', 'hel-lib-proxy'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["@frontend/hel-sy-test-vue3-comps-private-homepage"] = {}, global.helLibProxy));
})(this, (function (exports, helLibProxy) { 'use strict';

/*
|--------------------------------------------------------------------------
|
| 对应 package.json/appGroupName
|
|--------------------------------------------------------------------------
*/

const LIB_NAME = '@frontend/hel-sy-test-vue3-comps-private-homepage';

/*
|--------------------------------------------------------------------------
|
| 组件类型导出文件,同时也作为 rollup 的打包入口文件,因只提供类型,rollup 打包后是一个
| 仅包含 hel-lib-proxy 的空壳文件,对模块使用方的包体构建大小无影响
| 模块使用方 通过 npm i xxx-lib 后,只要在头文件处执行过 preFetchLib
| 则整个项目项使用本地模块一样载入提供方的组件,并可以点击到 node_modules 查看源码
|
|--------------------------------------------------------------------------
*/
/**
* 将提供给用户的lib暴露出去(同时也暴露了类型)
*/
var dtlib = helLibProxy.exposeLib(LIB_NAME);

exports["default"] = dtlib;
exports.dtlib = dtlib;

Object.defineProperty(exports, '__esModule', { value: true });

}));
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"app": {
"name": "@frontend/hel-sy-test-vue3-comps-private-homepage",
"app_group_name": "@frontend/hel-sy-test-vue3-comps-private-homepage",
"git_repo_url": "",
"extract_mode": "build",
"online_version": "0.0.1",
"build_version": "0.0.1"
},
"version": {
"plugin_ver": "2.3.1",
"sub_app_name": "@frontend/hel-sy-test-vue3-comps-private-homepage",
"sub_app_version": "0.0.1",
"src_map": {
"webDirPath": "https://wenshuangz.github.io/docs/hel/@frontend/hel-sy-test-vue3-comps-private-homepage/v1/",
"htmlIndexSrc": "https://wenshuangz.github.io/docs/hel/@frontend/hel-sy-test-vue3-comps-private-homepage/v1//index.html",
"iframeSrc": "",
"chunkCssSrcList": [
"https://wenshuangz.github.io/docs/hel/@frontend/hel-sy-test-vue3-comps-private-homepage/v1/css/chunk-04c416a4.ab07c89f.css",
"https://wenshuangz.github.io/docs/hel/@frontend/hel-sy-test-vue3-comps-private-homepage/v1//css/chunk-04c416a4.ab07c89f.css"
],
"privCssSrcList": [],
"headAssetList": [
{
"tag": "link",
"attrs": {
"href": "https://wenshuangz.github.io/docs/hel/@frontend/hel-sy-test-vue3-comps-private-homepage/v1/css/chunk-04c416a4.ab07c89f.css",
"rel": "prefetch"
}
},
{
"tag": "link",
"attrs": {
"href": "https://wenshuangz.github.io/docs/hel/@frontend/hel-sy-test-vue3-comps-private-homepage/v1/js/chunk-04c416a4.01da90e2.js",
"rel": "prefetch"
}
},
{
"tag": "link",
"attrs": {
"href": "https://wenshuangz.github.io/docs/hel/@frontend/hel-sy-test-vue3-comps-private-homepage/v1/js/app~e2e93592.35532b3a.js",
"rel": "preload"
}
}
],
"bodyAssetList": [
{
"tag": "script",
"attrs": {
"src": "https://wenshuangz.github.io/docs/hel/@frontend/hel-sy-test-vue3-comps-private-homepage/v1/js/app~e2e93592.35532b3a.js"
}
}
]
},
"html_content": "<!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\"><title>tpl-remote-vue-comp</title><script src=\"https://tnfe.gtimg.com/hel-runtime/level1/v1-2.6.14-vue.js\"></script><link href=\"https://wenshuangz.github.io/docs/hel/@frontend/hel-sy-test-vue3-comps-private-homepage/v1/css/chunk-04c416a4.ab07c89f.css\" rel=\"prefetch\"><link href=\"https://wenshuangz.github.io/docs/hel/@frontend/hel-sy-test-vue3-comps-private-homepage/v1/js/chunk-04c416a4.01da90e2.js\" rel=\"prefetch\"><link href=\"https://wenshuangz.github.io/docs/hel/@frontend/hel-sy-test-vue3-comps-private-homepage/v1/js/app~e2e93592.35532b3a.js\" rel=\"preload\" as=\"script\"></head><body><noscript><strong>We're sorry but @frontend/hel-sy-test-vue3-comps-private-homepage doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=\"app\"></div><script src=\"https://wenshuangz.github.io/docs/hel/@frontend/hel-sy-test-vue3-comps-private-homepage/v1/js/app~e2e93592.35532b3a.js\"></script></body></html>"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!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"><title>tpl-remote-vue-comp</title><script src="https://tnfe.gtimg.com/hel-runtime/level1/v1-2.6.14-vue.js"></script><link href="https://wenshuangz.github.io/docs/hel/@frontend/hel-sy-test-vue3-comps-private-homepage/v1/css/chunk-04c416a4.ab07c89f.css" rel="prefetch"><link href="https://wenshuangz.github.io/docs/hel/@frontend/hel-sy-test-vue3-comps-private-homepage/v1/js/chunk-04c416a4.01da90e2.js" rel="prefetch"><link href="https://wenshuangz.github.io/docs/hel/@frontend/hel-sy-test-vue3-comps-private-homepage/v1/js/app~e2e93592.35532b3a.js" rel="preload" as="script"></head><body><noscript><strong>We're sorry but @frontend/hel-sy-test-vue3-comps-private-homepage doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="https://wenshuangz.github.io/docs/hel/@frontend/hel-sy-test-vue3-comps-private-homepage/v1/js/app~e2e93592.35532b3a.js"></script></body></html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bb575e7

Please sign in to comment.