HTML5 Project Quick Guide, html5project
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.
Web Developer Checklist can help about some self improvement.
Library/thirdparty list
| Name |
Url |
Description |
| Jquery |
Http://jquery.com |
DOM helper library |
| Bootstrap |
Http://getbootstrap.com |
UI framework |
| Bootstrap (CN) |
Http://www.bootcss.com |
UI Framework |
| Require |
Http://requirejs.com |
Modulizer |
| Backbone |
Http://backbonejs.org/ |
MVC |
| Undercore |
Http://underscorejs.org/ |
Functional program |
| Mockjs |
Http://mockjs.com/ |
Data mock library |
| Modernizr |
Http://modernizr.com/ |
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 |
I18nextIs a full featured locale library, will help a lot.
SelectRequire-i18nWhen you are usingRequireJS, And it's really small.
JQuery support
JQueryHas been required by default inHTML5 BoilerplateTemplate.