From 70e0f8e66dfe481d73a5659640fe59b6821a1a02 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Fri, 28 Oct 2016 01:06:44 -0400 Subject: [PATCH] links to examples --- README.md | 2 +- docs/examples.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 docs/examples.md diff --git a/README.md b/README.md index 62131da7..7c3b4d80 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Mithril.js - A framework for building brilliant applications -[Installation](docs/installation.md) | [API](docs/api.md) | [Migration Guide](docs/v1.x-migration.md) +[Installation](docs/installation.md) | [API](docs/api.md) | [Examples](docs/examples.md) | [Migration Guide](docs/v1.x-migration.md) Note: This branch is a sneak peek for the upcoming version 1.0. It's a rewrite from the ground up and it's not backwards compatible with [Mithril 0.2.x](http://mithril.js.org). You can find preliminary [documentation here](docs) and [migration guide here](docs/v1.x-migration.md) diff --git a/docs/examples.md b/docs/examples.md new file mode 100644 index 00000000..d52df077 --- /dev/null +++ b/docs/examples.md @@ -0,0 +1,8 @@ +# Examples + +- [Animation](http://cdn.rawgit.com/lhorie/mithril.js/rewrite/examples/animation/mosaic.html) +- [DBMonster](http://cdn.rawgit.com/lhorie/mithril.js/rewrite/examples/dbmonster/mithril/index.html) +- [Markdown Editor](http://cdn.rawgit.com/lhorie/mithril.js/rewrite/examples/editor/index.html) +- SVG: [Clock](http://cdn.rawgit.com/lhorie/mithril.js/rewrite/examples/svg/clock.html), [Ring](http://cdn.rawgit.com/lhorie/mithril.js/rewrite/examples/svg/ring.html), [Tiger](http://cdn.rawgit.com/lhorie/mithril.js/rewrite/examples/svg/tiger.html) +- [ThreadItJS](http://cdn.rawgit.com/lhorie/mithril.js/rewrite/examples/threaditjs/index.html) +- [TodoMVC](http://cdn.rawgit.com/lhorie/mithril.js/rewrite/examples/todomvc/index.html) \ No newline at end of file