文件名称:svelte-component-template:用于通过TS,Storybook和Jest构建可共享的Svelte组件的实用模板
文件大小:3.93MB
文件格式:ZIP
更新时间:2024-02-25 00:12:25
template typescript component jest svelte
Psst-寻找应用程式范本吗? 去这里-> 苗条的组件模板 建立可共享的Svelte组件的自以为是的基础。 默认情况下,它包括: 打字稿 苗条的测试库和笑话 故事书 汇总,配置为生成.js(umd)、. min.js(iife)、. mjs(es) 安装/克隆 使用向上和向右的绿色大按钮表示Use this template来生成您自己的存储库。 或使用克隆它: npx degit sveltejs/component-template my-new-component cd my-new-component 组件的源代码位于src/Component.svelte 。 您可以创建
【文件预览】:
svelte-component-template-master
----rollup.config.js(802B)
----stories()
--------component.stories.ts(968B)
----yarn.lock(486KB)
----src()
--------index.ts(57B)
--------Component.svelte(266B)
----babel.config.js(328B)
----.storybook()
--------main.js(811B)
----tsconfig.json(121B)
----LICENSE(1KB)
----test()
--------component.spec.ts(7KB)
----jest.config.js(309B)
----README.md(2KB)
----docs()
--------vendors~main.6a97c5972fc164d46f3d.bundle.js.LICENSE.txt(714B)
--------index.html(1KB)
--------vendors~main.9c836aededcb7560c9c1.bundle.js.LICENSE.txt(115B)
--------runtime~main.6a97c5972fc164d46f3d.bundle.js(3KB)
--------vendors~main.6a97c5972fc164d46f3d.bundle.js(1.44MB)
--------sb_dll()
--------favicon.ico(32KB)
--------main.78601316ba138545bde3.bundle.js(13KB)
--------runtime~main.870e8ee0658e83d05c6b.bundle.js(3KB)
--------vendors~main.9c836aededcb7560c9c1.bundle.js(1MB)
--------iframe.html(3KB)
--------vendors~main.6a97c5972fc164d46f3d.bundle.js.map(170B)
--------main.6a97c5972fc164d46f3d.bundle.js.map(153B)
--------main.6a97c5972fc164d46f3d.bundle.js(18KB)
--------runtime~main.6a97c5972fc164d46f3d.bundle.js.map(169B)
----.gitignore(30B)
----package.json(2KB)