HTML5 Project Quick Guide
- HTML5 Project Quick Guide
- Get a basic project template
- Library thirdparty List
- Locale Support
- JQuery Support
Get a basic project template
name |
URL |
*HTML5 boilerplate |
https://html5boilerplate.com/ |
Initializr |
http://www.initializr.com/ |
The above helps to generate a basic HTML5 project.
Library/thirdparty List
name |
URL |
Description |
jquery |
http://jquery.com |
DOM Helper Library |
Bootstra P |
http://getbootstrap.com |
UI framework |
Bootstrap (CN) |
/http www.bootcss.com |
UI Framework |
require |
http://requirejs.com |
Mod Ulizer |
backbone |
http://backbonejs.org/ |
MVC |
under Core |
http://underscorejs.org/ |
Functional program |
mockjs |
http: mockjs.com/ |
Data Mock library |
modernizr |
http://modernizr.com/ | Td>detects HTML5 and CSS3 features in the user ' s browser
coffee-script |
http://coffee- script.org/ |
Javascript Helper Language library |
See more at Cdnjs.net a CDN JavaScript sources library.
Locale Support
name |
URL |
*i18next |
Http://i18next.com/index.html |
require-i18n |
http://requirejs.org/docs/download.html#i18n |
I18next is a full featured locale library, would help a lot.
Select require-i18n When you are using Requirejs, and it ' s really small.
JQuery Support
JQuery has been required by default in HTML5 boilerplate template.
HTML5 Project Quick Guide