文件名称:emberjs-tutorial:Ember.js教程
文件大小:564KB
文件格式:ZIP
更新时间:2024-03-04 17:12:27
JavaScript
emberjs教程
本自述文件概述了与此Ember应用程序进行协作的细节。 此应用程序的简短介绍可以轻松地转到此处。
先决条件
您需要在计算机上正确安装以下物品。
(使用npm)
安装
git clone
【文件预览】:
emberjs-tutorial-master
----.gitignore(369B)
----app()
--------app.js(384B)
--------components()
--------templates()
--------services()
--------models()
--------helpers()
--------index.html(1KB)
--------controllers()
--------routes()
--------styles()
--------router.js(336B)
----package.json(2KB)
----jsconfig.json(141B)
----package-lock.json(756KB)
----.watchmanconfig(37B)
----.travis.yml(247B)
----LICENSE(1KB)
----public()
--------api()
--------robots.txt(51B)
--------assets()
----testem.js(601B)
----.eslintrc.js(1KB)
----README.md(1KB)
----vendor()
--------.gitkeep(0B)
----tests()
--------integration()
--------unit()
--------helpers()
--------index.html(1KB)
--------test-helper.js(228B)
----config()
--------optional-features.json(154B)
--------targets.js(305B)
--------environment.js(1KB)
----.eslintignore(240B)
----.ember-cli(280B)
----ember-cli-build.js(844B)
----.editorconfig(367B)
----.template-lintrc.js(57B)