Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikesmullin/m-js
A minimalist, modernist, UI component framework for the web.
https://github.com/mikesmullin/m-js
Last synced: about 1 month ago
JSON representation
A minimalist, modernist, UI component framework for the web.
- Host: GitHub
- URL: https://github.com/mikesmullin/m-js
- Owner: mikesmullin
- License: mit
- Created: 2018-07-08T21:00:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T07:30:56.000Z (about 2 years ago)
- Last Synced: 2024-04-14T14:50:56.775Z (9 months ago)
- Language: JavaScript
- Homepage: https://mikesmullin.github.io/m-js/
- Size: 481 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# M.js
> M.js is a minimalist, modernist, UI component framework for the web.
## Core Source (<400 lines)
https://github.com/mikesmullin/m-js/blob/master/src/m.js
## Hosted Documentation
https://mikesmullin.github.io/m-js/
## Implementation Examples
* **Docs.js**
The docs are implemented using this library. [ _so meta!_ ]
Viewing them also provides an in-the-wild eat-your-own-dog-food proof-of-concept,
and a generally example you can use to learn from source code.https://github.com/mikesmullin/m-js/blob/master/docs/docs.js
## Extras
- Super small Markdown parser at ~1.8KB minified
https://github.com/mikesmullin/m-js/blob/master/src/extras/markdown-jxml.js
- Small Lucene parser at ~2KB minified
https://github.com/mikesmullin/m-js/blob/master/src/extras/lucene-searchy.js## License
MIT