@vue/babel-plugin-transform-vue-jsx

v0.1.0
Babel plugin for Vue 2.0 JSX

pretest:snapshot

yarn build:test

test:snapshot

nyc --reporter=html --reporter=text-summary ava -v test/snapshot.js

pretest:functional

yarn build:test && nyc --reporter=html --reporter=text-summary babel test/functional.js --plugins ./dist/plugin.testing.js --out-file test/functional-compiled.js

test:functional

ava -v test/functional-compiled.js

build

rollup -c

build:test

rollup -c rollup.config.testing.js

test

rm -rf coverage* && yarn test:snapshot && mv coverage coverage-snapshot && yarn test:functional && mv coverage coverage-functional

prepublish

yarn build
npm i @vue/[email protected]

Metadata

  • MIT
  • Whatever
  • Evan You
  • released 8/27/2018

Downloads