0.0.2 • Published 7 years ago

transvueify-plugin-babel v0.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

transvueify-plugin-babel

A transvueify plugin which runs your code through babel.

First install transvueify-plugin-babel

npm install transvueify-plugin-babel --save-dev

Then add it to your transvueify.config.json

{
  "plugins": ["transvueify-plugin-babel"]
}

Make sure to set up your .babelrc to include the babel presets and plugins you'd like as transvueify-plugin-babel respects your .babelrc(s).