links to examples
This commit is contained in:
parent
9ea1cf0ae0
commit
70e0f8e66d
2 changed files with 9 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# Mithril.js - A framework for building brilliant applications
|
# 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)
|
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)
|
||||||
|
|
||||||
|
|
|
||||||
8
docs/examples.md
Normal file
8
docs/examples.md
Normal file
|
|
@ -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)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue