前端 - 哪些属于HTML5开发框架
巴扎黑
巴扎黑 2017-04-17 11:06:20
0
3
992

毕业论文选的题目是《HTML5开发框架研究与应用》,但是最近开始下手写的时候发现没法做,因为没法准确定义什么是HTML5开发框架。
那些开发框架有包含HTML5就算是HTML5开发框架?还是其实就是指移动开发框架?
求指导。

巴扎黑
巴扎黑

reply all(3)
巴扎黑

First you need to understand what HTML5 is, then introduce HTML5 related tools (including IDE, framework, components, etc.), and finally use these tools to develop an application. Basically, the paper is ready for submission

As for the development framework, my understanding is that there are various components with different functions. A web application requires various third-party components. For example, jQuery is used for basic functions, Bootstrap is used for interface styles, and easyUI or Kendo UI is used for general components. , highcharts is used for various charts, mxGraph or Qunee can be used for topology diagrams, Websocket can be used for communication, less can be used for writing CSS, requireJS or SeaJS can be used for modularization, and jquery can be used for mobile platform components. For mobile or sencha touch, use hammer.js for touch interaction extension. If you want to develop Hybrid applications, you can use phonegap...

In addition, webstorm can be used as a development tool

I mainly use HTML5 for graphic display, so I can’t list them all

左手右手慢动作

Ask a simple question: What makes HTML5 HTML5?

The answer is naturally: the evolution of HTML5 relative to XHTML1/HTML4.

So analyzing HTML5 itself is of course the first priority. You can take a brief look here: http://html5framework.org/。我的理解大概有:

  • Subversion of HTML document structure (overturning the cancer of single p layout)
  • New features of HTML5 (the video tag is the first to bear the brunt)
  • New design ideas of HTML5 (unclear version, the language itself continues to evolve and iterate)
  • HTML5’s new writing style (emphasis on semantics, advocating simplicity, and avoiding junk like XHTML’s long meaningless URLs)
  • Other technologies surrounding HTML5 (CSS3, JS “Harmony” new syntax, etc.)

First understand what makes HTML5 HTML5, and then analyze what kind of frameworks use HTML5 to implement functions simply and effectively, making reading code a pleasure. That's it for your research.

迷茫

I think you would rather have a ready-made example than something theoretical:

http://html5boilerplate.com/

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template