文件名称:sapper-template-rollup:使用postcss,purgecss,cssnano,tailwindcss和svelte预处理的Sapper应用程序的启动程序汇总模板
文件大小:119KB
文件格式:ZIP
更新时间:2024-02-26 15:15:17
javascript pwa postcss rollup svelte
分配器模板汇总 用于设置项目的修改后的默认模板。 入门 使用degit 要在本地基于汇总创建一个新的Sapper项目,请运行 # for Rollup with postcss, purgecss, cssnano, tailwindcss and svelte-preprocess npx degit " nhristov/sapper-template-rollup#main " my-app 是一种脚手架工具,可让您从存储库中的分支创建目录。 将my-app替换my-app您要创建项目的路径。 使用GitHub模板 或者,您可以使用GitHub的模板功能将新项目创建为GitHub存
【文件预览】:
sapper-template-rollup-main
----.gitignore(98B)
----package.json(1KB)
----src()
--------client.js(103B)
--------components()
--------service-worker.js(3KB)
--------assets()
--------node_modules()
--------template.html(1KB)
--------routes()
--------server.js(412B)
----postcss.config.js(566B)
----LICENSE(8KB)
----static()
--------favicon.png(3KB)
--------logo-192.png(5KB)
--------manifest.json(324B)
--------logo-512.png(14KB)
----rollup.config.js(3KB)
----README.md(7KB)
----tailwind.config.js(94B)