文件名称:emberconf-2018:EmberConf 2018的示例材料
文件大小:94KB
文件格式:ZIP
更新时间:2024-02-25 16:30:56
ember emberjs typescript workshop EmberTypeScript
TODO MVC…带有Ember.js 3.1,TypeScript和装饰器! 让我们学习如何在Ember.js应用程序中使用TypeScript! 研讨会的幻灯片可。 准备 为了使讲习班尽可能顺利进行并避免出现打h的情况(尤其是会议WiFi可能比较杂乱!),我们有一些要求提前进行设置的要求! 先决条件 您需要在计算机上正确安装以下物品。 任务1:克隆应用程序并安装依赖项: $ git clone https://github.com/chriskrycho/emberconf.git $ cd emberconf $ git checkout setup $ yarn install
【文件预览】:
emberconf-2018-master
----.travis.yml(293B)
----ember-cli-build.js(860B)
----vendor()
--------base.css(2KB)
--------.gitkeep(0B)
--------index.css(6KB)
----config()
--------targets.js(305B)
--------environment.js(1KB)
----emberconf.code-workspace(369B)
----package.json(2KB)
----tests()
--------test-helper.js(228B)
--------index.html(1KB)
--------unit()
--------integration()
--------helpers()
----app()
--------models()
--------templates()
--------routes()
--------index.html(689B)
--------todo.ts(85B)
--------controllers()
--------resolver.js(65B)
--------keyboard.ts(64B)
--------components()
--------styles()
--------app.js(375B)
--------services()
--------router.js(296B)
--------helpers()
----testem.js(490B)
----.idea()
--------misc.xml(174B)
--------emberconf.iml(1KB)
--------vcs.xml(180B)
--------modules.xml(270B)
--------jsLibraryMappings.xml(213B)
--------encodings.xml(159B)
--------watcherTasks.xml(139B)
----.eslintrc.js(588B)
----tsconfig.json(853B)
----.gitignore(4KB)
----public()
--------robots.txt(51B)
----types()
--------todomvc()
--------ember-inflector.d.ts(112B)
----README.md(2KB)
----yarn.lock(251KB)
----emberconf.sublime-project(117B)