文件名称:loader:根据需要异步加载模块的加载器
文件大小:30KB
文件格式:ZIP
更新时间:2024-02-29 03:26:25
javascript typescript script amd umd
根据需要异步加载模块的加载程序。 安装 使用npm: npm install @yfill/loader --save 或使用纱线: yarn add @yfill/loader 用法 导入资源并使用create方法创建加载程序。 import Loader from '@yfill/loader' ; const loader = Loader . create ( ) ; < script src =" https://unpkg.com/@yfill/loader " > </ script > < script > const loader = Loader . create ( ) ; </ script > 获取相应的资源。 使用Promise: loader ( 'dayjs' ) . then ( ( dayjs ) => { console . l
【文件预览】:
loader-main
----serve()
--------index.js(629B)
----.eslintrc.json(528B)
----.gitignore(202B)
----.babelrc(132B)
----package.json(2KB)
----src()
--------constant.ts(343B)
--------utils()
--------index.ts(4KB)
----SECURITY.md(189B)
----dist()
--------index.cjs.js(8KB)
--------index.js(8KB)
--------index.esm.js(8KB)
----LICENSE(1KB)
----tsconfig.json(231B)
----types()
--------utils()
--------constant.d.ts(262B)
--------index.d.ts(1KB)
----.github()
--------workflows()
----rollup.config.js(1KB)
----README.md(3KB)
----.eslintignore(26B)
----index.html(2KB)
----renovate.json(40B)