Vue Brunch screenshot

Vue Brunch

Author Avatar Theme by Nblackburn
Updated: 11 May 2018
78 Stars

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

Categories

Overview

Vue Brunch is an essential plugin designed to enhance the Brunch build tool by adding support for pre-compiling single-file Vue components. This functionality is particularly useful for developers looking to streamline their workflow and integrate Vue.js components seamlessly into their projects. With an easy installation process and straightforward usage, Vue Brunch makes it simple to harness the power of Vue in your applications.

By using this plugin, developers can effortlessly compile .vue files, allowing for a more organized and efficient project structure. The added ability to extract CSS into separate files further enhances the development experience, making Vue Brunch a valuable asset for anyone working with Vue.js.

Features

  • Easy Installation: Setup is a breeze—just choose the appropriate branch for your version (1.x or 2.x) and you’re ready to go.
  • Automatic Compilation: Whenever a .vue file is detected, Brunch automatically compiles it, writing the resulting module directly to your project’s script path.
  • CSS Extraction: The option to extract CSS into separate files is easily configurable with the extractCSS option in your Brunch config.
  • MIT License: The software is open-source and licensed under MIT, promoting flexibility and community contributions.
  • Project Integration: Designed to fit seamlessly into existing projects using Brunch, making it accessible for both new and experienced developers.
  • Single File Component Support: Provides full support for assigning styles, templates, and scripts in a single file, fostering modular code organization.