simplyview
v2.1.1
Published
Library to rapidly build UI components, using declarative tools
Downloads
127
Maintainers
Readme
simplyview
Modern reactive web user interfaces the simply way
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.
Usage
Browser using Unpkg CDN
<script src="https://unpkg.com/[email protected]/dist/simply.everything.js"></script>
Using NPM
npm install simplyview
Using GIT
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.