Skip to content

dfilatov/vdom-benchmark-vidom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vdom-benchmark-vidom

Virtual DOM Benchmark implementation for vidom library.

Development

Install dependencies

$ npm install

Development server

$ gulp serve

By 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 gulp

Deploy to github pages

$ NODE_ENV=production gulp deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published