vdom-benchmark-vidom
v0.0.3
Published
Virtual DOM Benchmark: vidom
Maintainers
Readme
vdom-benchmark-vidom
Virtual DOM Benchmark implementation for vidom library.
Development
Install dependencies
$ npm installDevelopment server
$ gulp serveBy default when you access index.html page it will wait for
benchmark test cases from the parent window. To use custom test cases,
use data attribute in query string, for example:
http://localhost:3000/?data=http://localvoid.github.io/vdom-benchmark/generator.js
will use test cases from the vdom benchmark.
Release build
$ NODE_ENV=production gulpDeploy to github pages
$ NODE_ENV=production gulp deploy