1.2.10 • Published 8 years ago

mithrilvm v1.2.10

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

MithrilVM

If you want MVVM and you want it now, you've found the right place.

Use files in the boilerplate directory for your own components:

  • main.js is the entry point for a MithrilVM script; run Browserify on this file. Modify the comps object to include the components you wish to use in your app. There should only be one of this file per-project.
  • SkeletonComponent.js is a starting point for building components. Modify it to create your own components, and rename this file to whatever you like. These files should be require-ed by main.js.

For further reading on how Mithril itself works, check out Mithril.

1.2.10

8 years ago

1.2.9

8 years ago

1.2.8

8 years ago

1.2.7

8 years ago

1.2.6

8 years ago

1.2.4

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago