vdom-parser

v1.4.1
A client-side DOM to vdom parser based on DOMParser API, compatible with virtual-dom
dom vdom parser virtual-dom

test

mochify -R spec ./test/test.js

test-report

mochify -R spec --plugin [ mochify-istanbul --exclude '**/test/**/*' --dir ./coverage --report lcov ] ./test/test.js

test-coverage

mochify -R spec --plugin [ mochify-istanbul --exclude '**/test/**/*' --dir ./coverage --report lcov ] ./test/test.js && cat ./coverage/lcov.info | coveralls

test-lab

SAUCE_APPIUM_VERSION=1.6.3 DEBUG=zuul* zuul --ui mocha-bdd -- test/test.js

test-local

DEBUG=zuul* zuul --open --local 8080 --ui mocha-bdd -- test/test.js

test-travis

npm run test-coverage && npm run test-lab

dist

browserify index.js -s vdomParser > dist.js
npm i vdom-parser

Metadata

  • MIT
  • Whatever
  • David Frank
  • released 3/9/2017

Downloads

Maintainers