Mobile Framework: Lettuce, a simple but not simple mobile development framework

Mobile Framework: Lettuce, a simple but not simple mobile development framework

Lettuce is a small and powerful mobile development framework.

Online demo: http://phodal.github.io/lettuce.

Example

1. Create a new instance

  1. var L = new lettuce();

2. Define the data

  1. var data = {
  2. about: "Template" ,
  3. what: "This about A Mobile Framework For Romantic" ,
  4. why: "Why is a new Framework"  
  5. };

3. Create router function

  1. function about() {
  2. var result = L.tmpl( "<h3>{%=o.about%}</h3>" , data);
  3. document.getElementById( "results" ).innerHTML = result;
  4. };
  5.  
  6. function what() {
  7. var result = L.tmpl( "<h3>{%=o.what%}</h3>" , data);
  8. document.getElementById( "results" ).innerHTML = result;
  9. }
  10.  
  11. function why() {
  12. var result = L.tmpl( "<h3>{%=o.why%}</h3>" , data);
  13. document.getElementById( "results" ).innerHTML = result;
  14. }

4. Add a router

  1. L.Router
  2. .add(/#about/, about)
  3. .add(/#what/, what)
  4. .add(/#why/, why)
  5. .load();

process

Done

  • Template
  • Router
  • Ajax
  • Class
  • Promises
  • Event

On Going

  • Model

Simple View

  1. var pageView = function(){};
  2. pageView.prototype = {
  3. init:function(){
  4. var result = L.tmpl( "<h3>" + this .message + "</h3>" , data);
  5. document.getElementById( "results" ).innerHTML = result;
  6. }
  7. };
  8.  
  9. var about = new L.Class(pageView);
  10. about.prototype.message = data.about;
  11.  
  12. var what = new L.Class(pageView);
  13. what.prototype.message = data.what;
  14.  
  15. var why = new L.Class(pageView);
  16. why.prototype.message = data.why;

license

This code is released under the MIT license. See license.txt in this directory .

github: https://github.com/phodal/lettuce

© 2015 Phodal Huang.

<<:  WeChat opens 11 types of interfaces: developers can build real web applications based on WeChat

>>:  Three options for developing mobile apps: native, HTML5, or hybrid

Recommend

The most comprehensive paid membership system analysis

In the well-known AARRR model , the membership sy...

Tianfu Chengdu students qt tea tasting arrangement tea drinking at night

Chengdu student tea tasting appointment arrangeme...

Luxury brand Montblanc launches smart watch strap, starting at £250

There are many luxury brands in the smart hardwar...

Changba: How to discover, support, produce and retain users?

The mobile KTV application Changba has been in op...

Why are Xiaohongshu notes not included?

The inclusion of Xiaohongshu notes has always bee...

Introduction to 360 mobile resource advertising promotion display formats!

Mobile resources: six advertising formats to meet...

BC Kickboxing Music + Video + Waveform

Course Catalog ├──BC Fighting Exercise 11th Video...

From 0 to 1, play with short video promotion and operation on Tik Tok!

Today we will share the following 5 major section...

Haidilao's ads will become invisible丨6 ways to make ads invisible

I have previously written an article about how “ ...

How does bidding SEM analyze competitors’ promotion data?

1. Analyze your competitors’ SEM advertising in t...

A complete guide to WeChat public account advertising promotion!

According to data released by the Enterprise Thin...

Introduction to Huawei App Market paid advertising promotion service!

1. Introduction to paid promotion business Relyin...

Marvel movie "Avengers" 4 ultra-clear 60-frame collection

Download Marvel Universe Movie Collection Marvel ...