文件名称:News-Feed:一个新闻提要应用程序。 我一直在用这个项目来研究前端开发
文件大小:95KB
文件格式:ZIP
更新时间:2024-07-14 23:15:13
JavaScript
新闻提要 一个新闻提要应用程序。 依赖关系 jQuery、Bootstrap、Grunt。 JSON 格式 { " news " : [ { " name " : " Mario " , " profileimage " : " profile image url " , " title " : " Title here! " , " datetime " : " 26/11/2014 19:00 " , " text " : " text here! " , " likes " : " 29 " }, ] } 调用应用程序 var feed = new NewsFeed ( ) ; feed .
【文件预览】:
News-Feed-master
----Gruntfile.js(1KB)
----src()
--------js()
--------css()
----samples()
--------index.html(6KB)
----README.md(473B)
----.editorconfig(708B)
----package.json(291B)