文件名称:ember-milligram:已弃用:Ember的极简CSS框架
文件大小:132KB
文件格式:ZIP
更新时间:2024-02-25 15:51:10
css ember ember-addon css-framework deprecated
已淘汰
您可能不需要此插件。 如果要在Ember应用程序中使用Milligram CSS框架,只需安装依赖项( yarn add -D milligram ),然后添加到:
app . import ( 'node_modules/milligram/dist/milligram.css' ) ;
现在,毫克将被编译为最终的/dist/vendor.css资产
Ember的极简CSS框架
安装
ember install ember-milligram
这将安装作为依赖项,并使用以下导入语句创建文件
【文件预览】:
ember-milligram-master
----.travis.yml(1KB)
----.ember-cli(280B)
----ember-cli-build.js(494B)
----vendor()
--------.gitkeep(0B)
----blueprints()
--------ember-milligram()
----addon()
--------.gitkeep(0B)
----config()
--------deploy.js(863B)
--------ember-try.js(1KB)
--------environment.js(90B)
----index.js(1KB)
----.watchmanconfig(37B)
----package.json(3KB)
----tests()
--------acceptance()
--------test-helper.js(228B)
--------index.html(1KB)
--------unit()
--------.eslintrc.js(55B)
--------dummy()
--------integration()
--------helpers()
----app()
--------.gitkeep(0B)
----testem.js(506B)
----.npmignore(277B)
----.eslintrc.js(944B)
----LICENSE.md(1KB)
----.gitignore(346B)
----CHANGELOG.md(933B)
----README.md(2KB)
----yarn.lock(278KB)
----.editorconfig(368B)