- Download your desired version of SolomonJS.
- Put the .js file in your project folder or on the server you wish to use as a cdn.
- Add
<script src="[wherever you put it]">
at the top of your html<body>
- Add id="root" to the root of your html
<body>
- Done. Once initial setup is completed. Visit the wiki to get acquainted with Solomons capabilities. Happy coding!
- Add
<script src="https://cdn.jsdelivr.net/gh/SolomonLib/SolomonJS@master/solomon/Solomon.js"></script>
to your html file. - add
id="root"
to your html<body>
tag. - Done. Once initial setup is completed. Visit the wiki to get acquainted with Solomons capabilities. Happy coding!
Solomon is mostly made for personal projects, however as the project has grown, a few friends and colleagues have shown interest. So I've ultimately decided to make it 100% public including the dev branch.
SolomonJS began as a simple dom manipulation library but has grown to a simple, powerful dom-based ux system, allowing you to write your static web application in nearly pure javascript.
- Powerful DOM manipulation, simplified for faster development.
- Built-in (optional) router for single page web applications.
- Generics for use with custom code and other libraries.
All contributions should follow my Simple contribution style guide, however due to this being a very small project, this is more a guideline than a law. If the project grows, more effort will be spent on style requirements.