Skip to content

Modern reactive web user interfaces the simply way

License

Notifications You must be signed in to change notification settings

SimplyEdit/simplyview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/simplyview@1.0.0/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.