文件名称:WorldCup2014Dashboard:2014 年世界杯巴西仪表板
文件大小:585KB
文件格式:ZIP
更新时间:2024-07-06 09:30:57
JavaScript
WorldCup2014Dashboard 2014 年世界杯巴西仪表板。 使用 AngularJS 库。 的 Github 页面上提供了一个演示 设置 npm install bower install gulp 应用程序结构 该项目的应用程序结构被模块化为非常具体的功能。 索引.html index.html 位于前端结构的 app 文件夹中的根目录。 index.html 文件将主要处理所有库和 Angular 元素的加载。 资产文件夹 资产文件夹非常标准。 它将包含应用程序所需的所有与我的 AngularJS 代码无关的资产。 组件和共享文件夹 我们在这里有两个子文件夹,在文件夹的根目录下有几个 JavaScript 文件。 app.module.js 文件将处理我的应用程序的设置、加载 AngularJS 依赖项等。 components 文件夹将包含我们的 Angula
【文件预览】:
WorldCup2014Dashboard-master
----.gitignore(46B)
----README.md(2KB)
----.bowerrc(37B)
----app()
--------components()
--------app.module.js(319B)
--------index.html(2KB)
--------assets()
--------shared()
----.jshintrc(282B)
----bower.json(391B)
----package.json(818B)
----gulpfile.js(4KB)