Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 1004 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 1004 Bytes

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.