Licence
MIT
Version
1.1.1
Deps
2
Vulns
5
Weekly
0
MithrilVC
If you want MVC and you want it now, you've found the right place.
Use files in the boilerplate directory for your own components:
main.jsis the entry point for a MithrilVC script; run Browserify on this file. Modify thecompsobject to include the components you wish to use in your app. There should only be one of this file per-project.SkeletonComponent.jsis a starting point for building components. Modify it to create your own components, and rename this file to whatever you like. These files should berequire-ed bymain.js.
For further reading on how Mithril itself works, check out Mithril.