emberjs-tailwind-purgecss:EmberJS使用Tailwind v1.0和清除CSS的指南

时间:2021-05-01 15:09:20
【文件属性】:
文件名称:emberjs-tailwind-purgecss:EmberJS使用Tailwind v1.0和清除CSS的指南
文件大小:147KB
文件格式:ZIP
更新时间:2021-05-01 15:09:20
JavaScript Ember.js,Tailwind 1.0和PurgeCSS工作示例 背景 一个非常好的已经存在,它包装了Tailwind CSS,并提供了与Ember应用程序的轻松集成。 但是,尽管Tailwind本身 ,但该插件当前包含特定的Tailwind v1.0之前的版本。 此外, (旨在自动删除未使用CSS并考虑到TailwindCSS方法非常有用)在使用插件时实现起来并不容易。 由于这些原因,在不使用插件的情况下包括Tailwind和PurgeCSS可能会很有用。 此存储库提供了一个有效的示例,并提供了将其添加到项目中的指导,每个步骤均作为提交。 快速启动 我已经在该过程的每个步骤下进行了深入的介绍,但是如果您只是想快速地开始运行,请点击这里,它是一个非常简短的入门指南。 新项目 ember new your-project --yarn cd your-project 安装Pos
【文件预览】:
emberjs-tailwind-purgecss-master
----.gitignore(369B)
----README.md(13KB)
----ember-cli-build.js(940B)
----public()
--------robots.txt(51B)
----.ember-cli(280B)
----tests()
--------integration()
--------test-helper.js(228B)
--------unit()
--------helpers()
--------index.html(1KB)
----testem.js(581B)
----app()
--------components()
--------routes()
--------router.js(245B)
--------app.js(375B)
--------models()
--------helpers()
--------styles()
--------tailwind.config.js(11KB)
--------index.html(760B)
--------templates()
--------resolver.js(65B)
--------controllers()
----package.json(2KB)
----vendor()
--------.gitkeep(0B)
----config()
--------targets.js(305B)
--------optional-features.json(33B)
--------environment.js(1KB)
----.watchmanconfig(37B)
----.eslintignore(240B)
----.template-lintrc.js(62B)
----.travis.yml(397B)
----.editorconfig(368B)
----yarn.lock(347KB)
----.eslintrc.js(702B)

网友评论