1.0.1 • Published 7 years ago

vue2-brunch v1.0.1

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

Vue Brunch

Adds support to Brunch for pre-compiling single file Vue components. Based on vue-brunch plugin. This plugin is exclusive for Vue 2.0+ version.

Installation

To install this plugin, open up a console and type in the following:

npm install vue2-brunch --save-dev

Once the plugin has been installed, you are all set.

Usage

When ever you include a .vue file in your project, Brunch will automatically compile and write the converted module into your applications script path.

License

This component is licensed under MIT, see license.md for details.