-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from wenshuangz/main
演讲演示
- Loading branch information
Showing
11 changed files
with
126 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# wenshuangz.github.io | ||
github blog | ||
|
||
https://wenshuangz.github.io/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# wenshuangz.github.io | ||
github blog | ||
|
||
https://wenshuangz.github.io/ |
26 changes: 26 additions & 0 deletions
26
docs/hel/private-hel-tpl-remote-vue3-comps-ts/v1/css/485.8f510195.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
|
||
h3[data-v-2e1e9081] { | ||
margin: 40px 0 0; | ||
} | ||
ul[data-v-2e1e9081] { | ||
list-style-type: none; | ||
padding: 0; | ||
} | ||
li[data-v-2e1e9081] { | ||
display: inline-block; | ||
margin: 0 10px; | ||
} | ||
a[data-v-2e1e9081] { | ||
color: #42b983; | ||
} | ||
|
||
|
||
#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; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
(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["private-hel-tpl-remote-vue3-comps-ts"] = {}, global.helLibProxy)); | ||
})(this, (function (exports, helLibProxy) { 'use strict'; | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| | ||
| 对应 package.json/appGroupName | ||
| | ||
|-------------------------------------------------------------------------- | ||
*/ | ||
const LIB_NAME = 'private-hel-tpl-remote-vue3-comps-ts'; | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| | ||
| 组件类型导出文件,同时也作为 rollup 的打包入口文件,因只提供类型,rollup 打包后是一个 | ||
| 仅包含 hel-lib-proxy 的空壳文件,对模块使用方的包体构建大小无影响 | ||
| 模块使用方 通过 npm i xxx-lib 后,只要在头文件处执行过 preFetchLib | ||
| 则整个项目项使用本地模块一样载入提供方的组件,并可以点击到 node_modules 查看源码 | ||
| | ||
|-------------------------------------------------------------------------- | ||
*/ | ||
/** | ||
* 将提供给用户的lib暴露出去(同时也暴露了类型) | ||
*/ | ||
const dtlib = helLibProxy.exposeLib(LIB_NAME); | ||
|
||
exports["default"] = dtlib; | ||
exports.dtlib = dtlib; | ||
|
||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
|
||
})); |
34 changes: 34 additions & 0 deletions
34
docs/hel/private-hel-tpl-remote-vue3-comps-ts/v1/hel-meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"app": { | ||
"name": "private-hel-tpl-remote-vue3-comps-ts", | ||
"app_group_name": "private-hel-tpl-remote-vue3-comps-ts", | ||
"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": "private-hel-tpl-remote-vue3-comps-ts", | ||
"sub_app_version": "0.0.1", | ||
"src_map": { | ||
"webDirPath": "https://wenshuangz.github.io/docs/hel/private-hel-tpl-remote-vue3-comps-ts/v1", | ||
"htmlIndexSrc": "https://wenshuangz.github.io/docs/hel/private-hel-tpl-remote-vue3-comps-ts/v1/index.html", | ||
"iframeSrc": "", | ||
"chunkCssSrcList": [ | ||
"https://wenshuangz.github.io/docs/hel/private-hel-tpl-remote-vue3-comps-ts/v1/css/485.8f510195.css" | ||
], | ||
"privCssSrcList": [], | ||
"headAssetList": [ | ||
{ | ||
"tag": "script", | ||
"attrs": { | ||
"src": "https://wenshuangz.github.io/docs/hel/private-hel-tpl-remote-vue3-comps-ts/v1/js/app.a5ee3edf.js" | ||
} | ||
} | ||
], | ||
"bodyAssetList": [] | ||
}, | ||
"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>private-hel-tpl-remote-vue3-comps-ts</title><script src=\"https://tnfe.gtimg.com/hel-runtime/level1/v1-3.2.33-vue.dev.js\"></script><script defer=\"defer\" src=\"https://wenshuangz.github.io/docs/hel/private-hel-tpl-remote-vue3-comps-ts/v1/js/app.a5ee3edf.js\"></script></head><body><noscript><strong>We're sorry but private-hel-tpl-remote-vue3-comps-ts doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=\"app\"></div></body></html>" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>private-hel-tpl-remote-vue3-comps-ts</title><script src="https://tnfe.gtimg.com/hel-runtime/level1/v1-3.2.33-vue.dev.js"></script><script defer="defer" src="https://wenshuangz.github.io/docs/hel/private-hel-tpl-remote-vue3-comps-ts/v1/js/app.a5ee3edf.js"></script></head><body><noscript><strong>We're sorry but private-hel-tpl-remote-vue3-comps-ts doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html> |
2 changes: 2 additions & 0 deletions
2
docs/hel/private-hel-tpl-remote-vue3-comps-ts/v1/js/485.6a4e388c.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.