muu

DEPRECATED lightweight JS framework
git clone https://git.ce9e.org/muu.git

commit
b16b341033df34052b27dbf290f8d1e7804a6281
parent
5de21ab882f0789d7d0914b215da4896f112c486
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-08-28 11:06
add section about builds to README

Diffstat

M README.md 24 ++++++++++++++++++++++++

1 files changed, 24 insertions, 0 deletions


diff --git a/README.md b/README.md

@@ -6,6 +6,30 @@ of angular may be added later on.
    6     6 
    7     7 For an introduction to the concepts, see the {@tutorial phonecat} tutorial.
    8     8 
   -1     9 # Getting started
   -1    10 
   -1    11 Muu can be installed with bower:
   -1    12 
   -1    13     bower install xi/muu
   -1    14 
   -1    15 It can be used either a AMD module or global variable.
   -1    16 
   -1    17 See [this
   -1    18 tutorial](https://github.com/xi/muu/blob/master/.doc/tutorials/phonecat.md) for
   -1    19 what you can do once muu is loaded.
   -1    20 
   -1    21 ## custom builds
   -1    22 
   -1    23 Not all parts of muu are required. This repository contains a minimal build
   -1    24 in `dist/muu-core.js`. It requires [lodash](https://lodash.com) and an external
   -1    25 templating system, e.g. [mustache.js](https://github.com/janl/mustache.js):
   -1    26 
   -1    27     var registry = new muu.Registry({
   -1    28         renderer: Mustache.render
   -1    29     });
   -1    30 
   -1    31 In addition, `muu.$location` is not available.
   -1    32 
    9    33 # history
   10    34 
   11    35 I have worked a bit with [angular](https://angularjs.org/) and found it to be a