-
Notifications
You must be signed in to change notification settings - Fork 2
Description
hadrienl edited this page Apr 23, 2013
·
3 revisions
Yoshioka.js is a javascript framework based on YUI 3 to make web applications executed on client side. The application is served by a light static web server. It's made only with one small html file, YUI 3 modules files (javascript), css and images.
The application build the webpage on client side by matching the url pathname to a routing rule (HTML 5 history). The application is cut into main views bundles wich contains a main view class, subviews, models, html templates, widgets and locales.