ember-heroes:英雄

时间:2024-06-09 03:33:19
【文件属性】:

文件名称:ember-heroes:英雄

文件大小:26KB

文件格式:ZIP

更新时间:2024-06-09 03:33:19

JavaScript

英雄:Ember.js和Marvel API 这是一款旨在通过Marvel API探索Ember应用程序开发的应用程序。 它使用Marvel API通过其API列出和搜索Marvel角色数据库。 先决条件 您需要在计算机上正确安装以下物品。 (带有NPM) 安装 git clone git@github.com:ttdonovan/ember-heroes.git cd ember-heroes npm install bower install 奇迹API 要访问Marvel数据库,可以从以下网站获取API密钥: : 在项目目录的根目录下创建一个.env文件: MARVEL_API_PUBLIC_KEY=your-marvel-api-public-key MARVEL_API_PRIVATE_KEY=your-marvel-api-private-key 运行/开


【文件预览】:
ember-heroes-master
----.gitignore(253B)
----README.md(1KB)
----ember-cli-build.js(997B)
----public()
--------robots.txt(51B)
--------crossdomain.xml(585B)
----.bowerrc(60B)
----.ember-cli(280B)
----tests()
--------test-helper.js(112B)
--------acceptance()
--------unit()
--------.jshintrc(831B)
--------blanket-options.js(363B)
--------helpers()
--------index.html(1KB)
----app()
--------components()
--------routes()
--------services()
--------serializers()
--------router.js(292B)
--------transforms()
--------app.js(420B)
--------models()
--------adapters()
--------helpers()
--------styles()
--------index.html(702B)
--------templates()
--------controllers()
----.jshintrc(539B)
----bower.json(580B)
----package.json(1KB)
----coverage.json(2KB)
----vendor()
--------.gitkeep(0B)
----testem.json(207B)
----config()
--------environment.js(1KB)
----.watchmanconfig(29B)
----.travis.yml(318B)
----.editorconfig(543B)

网友评论