svelte component template:构建共享的Svelte 3组件的基础 源码
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 ,以配置项目。 组件的源代码
文件列表
svelte-component-template-master.zip
(预估有个36文件)
svelte-component-template-master
svelte-preprocess.config.js
171B
rollup.config.js
2KB
.github
workflows
nodejs.yml
788B
public
index.html
268B
.eslintrc.js
439B
src
暂无评论