An open API service indexing awesome lists of open source software.

https://github.com/forceuser/active-view


https://github.com/forceuser/active-view

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# active-view | [![Build Status](https://travis-ci.org/forceuser/active-view.svg?branch=master)](https://travis-ci.org/forceuser/active-view) [![Coverage Status](https://img.shields.io/codecov/c/github/forceuser/active-view/master.svg)](https://codecov.io/gh/forceuser/active-view) [![npm repository](https://img.shields.io/npm/v/active-view.svg)](https://www.npmjs.com/package/active-view)

Small and modular virtual DOM library

## Installation

#### Install as npm package

```shell
npm i active-view --save
```

#### Or simply download \*.js file

active-view@0.0.9 minified file: [active-view.min.js](https://github.com/forceuser/active-view/releases/download/0.0.9/active-view.min.js)

#### Or just load from CDN

```html

```

And then use **activeView** as global variable
```html

```
## [Documentation](./DOCUMENTATION.md)

## Example

Run example with [runkit](https://npm.runkit.com/active-view)

```js

```