Skip to content

Commit

Permalink
Update repo stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Engel committed Oct 31, 2018
1 parent 8c86441 commit aabee19
Show file tree
Hide file tree
Showing 52 changed files with 6 additions and 39,015 deletions.
24 changes: 4 additions & 20 deletions README.md
Expand Up @@ -7,24 +7,8 @@ It enables you to create modular user interfaces quickly by combining pre-create
that are ready for the most use cases. If special user interface components are missing from the
library, you can simply add them to it via an easy API.

You do not need to pre-create HTML structures on your server or use a lot of frontend templates - modoJS
does that for you. The interface structure and functionality is created by the library and can be completely
styled by CSS.
## HEADS UP!
V2 changes everything, since its not Backbone and jQuery based anymore but works with the ReactJS
framework.

Every user interface component is an independent module and can be used multiple times across all your apps. If
you extend functionality or fix a bug, all your apps can benefit from it. Internationalization can be done easily
by putting your interface strings into a JSON object that can be switched for each language.


##Using the library
The library, its usage and references to all components can be found on http://docs.modojs.com - the references
to the components can be found in this repository as markdown files.

You can download builds of the library directly from the `/dist` folder of this repository, or do custom builds
with only the components you really need from the modoJS website above.

##Contributing to the library
Contributions are very welcome! This can be bugfixes, improvements to the components, the documentation and/or the
themes. You can also create new modoJS themes, if you'd like to.

I also plan to write tests for the library but didn't have the time until now.
V2 is still in alpha stage and has nearly no documentation. I strongly advise against using it currently.
239 changes: 0 additions & 239 deletions dist/modo-1.1.0-full.css

This file was deleted.

0 comments on commit aabee19

Please sign in to comment.