Mithril.js by Examples was created for new users to learn Mithril.js by reviewing real code snippets and by asking questions. This repository is a collection of code samples containing working explanations.
We welcome contributions to our GitHub repository. If you have a new code example, that is not listed here, let us know.
Feel free to submit issues and enhancement requests.
- Fork the repository
- Clone the repository to your machine.
Git clone <url>
-
The Examples folder contains all the code snippets. You can contribute your work to this repository. Here are some examples dom-elements, hello-world.
-
Create a branch
git checkout -b projectname-username
- After making the required changes, commit.
git add .
git commit -m "Added <projectname> by <your_username>
- Push the changes.
git push origin <projectname-username>
- Compare & Submit your Pull Request.
Wait till your changes get merged.
- Please work on issues alloted to you.
- Push only one change per commit.
- Follow community guidelines.