https://github.com/forceuser/active-view
https://github.com/forceuser/active-view
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/forceuser/active-view
- Owner: forceuser
- License: mit
- Created: 2017-07-02T22:22:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T16:12:12.000Z (almost 7 years ago)
- Last Synced: 2025-10-14T19:36:16.975Z (4 months ago)
- Language: JavaScript
- Size: 1000 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# active-view | [](https://travis-ci.org/forceuser/active-view) [](https://codecov.io/gh/forceuser/active-view) [](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
```