svelte-component-template:构建共享的Svelte 3组件的基础

时间:2024-02-23 22:53:22
【文件属性】:

文件名称:svelte-component-template:构建共享的Svelte 3组件的基础

文件大小:28KB

文件格式:ZIP

更新时间:2024-02-23 22:53:22

template components library svelte LibraryJavaScript

Svelte 3组件模板 目录 产品特点 自动前缀CSS 前处理 格式化 林亭 测验 入门 选择您的模板(常规/ monorepo) 用克隆它: npx degit YogliB/svelte-component-template my-new-component or npx degit " YogliB/svelte-component-template#monorepo " my-new-component cd进入文件夹并安装node_modules : cd my-new-component git init npm i 运行npm init ,以配置项目。 组件的源代码位于src/components/[MyComponent].svelte 。 发展 开始: npm run dev 在src/components编辑一个组件文件,保存并观看魔术发生。 确保将组件导出到src/components/index.js 。 确保您的组件已导入并嵌套在src/App.svelte ,以便可以预览和测试它。 导航到以查看您的组件。 消耗组件 您的package


【文件预览】:
svelte-component-template-master
----svelte-preprocess.config.js(171B)
----rollup.config.js(2KB)
----.github()
--------workflows()
----public()
--------index.html(268B)
----.eslintrc.js(439B)
----src()
--------main.js(116B)
--------components()
--------App.svelte(316B)
----cypress()
--------integration()
--------fixtures()
--------plugins()
--------support()
----cypress.json(3B)
----.storybook()
--------main.js(891B)
--------preview.js(74B)
--------Introduction.stories.mdx(5KB)
--------assets()
----babel.config.json(150B)
----CONTRIBUTING.md(116B)
----LICENSE(84B)
----README.md(5KB)
----CODE-OF-CONDUCT.md(90B)
----.npmrc(15B)
----preprocess.js(1KB)
----.gitignore(112B)
----package.json(2KB)

网友评论