ember-light-table-hello-world:Hello-World之类的emberl-light-table插件示例

时间:2024-06-05 12:08:35
【文件属性】:

文件名称:ember-light-table-hello-world:Hello-World之类的emberl-light-table插件示例

文件大小:239KB

文件格式:ZIP

更新时间:2024-06-05 12:08:35

JavaScript

关于插件的小型hello-world入门教程 介绍 Ember-light-table是一个用于在emberjs中创建漂亮表的好工具。 不幸的是,包括我在内的人们似乎在一开始就在挣扎,有些指导似乎是适当的。 为了减轻他们的痛苦,我基于和创建了一个类似示例的“ hello-world”。 本教程是使用以下内容创建的 ember-cli:3.1.4 ember-light-table:v1.12.1 :warning: 在继续之前,请务必完成。 在这里,我们还将阐明一些基本步骤,但是强烈建议您事先对ember中的不同概念和名称进行概述。 :warning: :warning: 此示例被设计为代码附带。 这意味着在某些时候我不会指定需要修改的文件,或者不会显示整个代码。 这样一来,您就必须自己做事并开始形成联系。 它也是从emberjs新手的角度编写的,有些事情对您来说似乎微不足道。 如果您感到迷路,请使用以下示例打开此示


【文件预览】:
ember-light-table-hello-world-master
----ember-cli-build.js(793B)
----public()
--------robots.txt(51B)
----testem.js(506B)
----README_ember.md(1KB)
----.eslintrc.js(621B)
----img()
--------table_4.png(36KB)
--------route.png(15KB)
--------table_3.png(21KB)
--------table_1.png(15KB)
--------table_5.png(40KB)
--------table_2.png(18KB)
----.ember-cli(280B)
----.travis.yml(293B)
----config()
--------targets.js(305B)
--------environment.js(1KB)
----README.md(11KB)
----.editorconfig(368B)
----tests()
--------integration()
--------index.html(1KB)
--------test-helper.js(228B)
--------helpers()
--------unit()
----.gitignore(346B)
----app()
--------index.html(690B)
--------models()
--------styles()
--------controllers()
--------resolver.js(65B)
--------components()
--------helpers()
--------app.js(375B)
--------templates()
--------router.js(275B)
--------routes()
----.watchmanconfig(37B)
----.eslintignore(28B)
----package-lock.json(414KB)
----package.json(1KB)
----vendor()
--------.gitkeep(0B)

网友评论