https://github.com/nblackburn/vue-brunch
Adds support to Brunch for pre-compiling single file Vue components.
https://github.com/nblackburn/vue-brunch
brunch vue
Last synced: about 1 month ago
JSON representation
Adds support to Brunch for pre-compiling single file Vue components.
- Host: GitHub
- URL: https://github.com/nblackburn/vue-brunch
- Owner: nblackburn
- License: mit
- Archived: true
- Created: 2016-03-04T00:15:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T20:17:34.000Z (almost 7 years ago)
- Last Synced: 2024-12-06T22:39:28.351Z (4 months ago)
- Topics: brunch, vue
- Language: JavaScript
- Homepage:
- Size: 154 KB
- Stars: 78
- Watchers: 5
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-vue-cn - brunch-vue ★2 - Adds support to Brunch for pre-compiling single file Vue components. (Awesome Vue.js [](https://github.com/sindresorhus/awesome) / Development Tools)
- awesome-vuejs - brunch-vue - Adds support to Brunch for pre-compiling single file Vue components. (Awesome Vue.js / Development Tools)
README
# Vue Brunch
Adds support to Brunch for pre-compiling single file Vue components.
## Installation
For 2.x support, use the master branch...
```bash
npm install vue-brunch --save-dev
```And for 1.x support use the 1.x branch...
```bash
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...
```javascript
plugins: {
vue: {
extractCSS: true,
out: '../public/styles/components.css'
}
}
```## License
This component is licensed under MIT, see [license.md](LICENSE.md) for details.
## Donations
[](https://buymeacoffee.com/nblackburn)