Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.01 KB

File metadata and controls

38 lines (24 loc) · 1.01 KB

active-view | Build Status Coverage Status npm repository

Small and modular virtual DOM library

Installation

Install as npm package

npm i active-view --save

Or simply download *.js file

active-view@0.0.9 minified file: active-view.min.js

Or just load from CDN

<script src="//cdn.rawgit.com/forceuser/active-view/0.0.9/dist/active-view.min.js">
</script>

And then use activeView as global variable

<script>

</script>

Example

Run example with runkit