Skip to content

Adds support to Brunch for pre-compiling single file Vue components.

License

Notifications You must be signed in to change notification settings

Coyote-A/vue-brunch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Brunch

Adds support to Brunch for pre-compiling single file Vue components.

Installation

For 2.x support, use the master branch...

npm install vue-brunch --save-dev

And for 1.x support use the 1.x branch...

npm install vue-brunch#1.x --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.

Extracting CSS

To extract the CSS into files, simply include to extractCSS option in your Brunch config like so...

plugins: {
    vue: {
      extractCSS: true,
      out: '../public/styles/components.css'
    }
}

License

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

Donations

About

Adds support to Brunch for pre-compiling single file Vue components.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%