simplyview is a set of decoupled libraries to help build user interfaces for web applications. Each library is small and focused and can be used standalone.
simplyview is build to be used in the browser. simplyview requires a modern browser, Chrome, Firefox, Safari, Edge and others, but not Internet Explorer (although some parts do work in IE).
See the reference for more information.
<script src="https://unpkg.com/simplyview@1.0.0/dist/simply.everything.js"></script>
npm install simplyview
git clone https://github.com/SimplyEdit/simplyview.git
You'll get the whole repository, which includes the separate javascript files in simplyview/js/
, as well as the combined set in simplyview/dist
.
If you use simply.include.js
, make sure to also include simply.include.next.js
in the same directory.