# rollup-plugin-vue **Repository Path**: codeyhj_admin/rollup-plugin-vue ## Basic Information - **Project Name**: rollup-plugin-vue - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
## Introduction As vue-loader is for webpack, so is this for rollup. As we know, webpack concats stuff and makes it runnable in the browser. It's difficult to share .vue components. **Now roll your [Vue](http://vuejs.org/) components.** With rollup you can break your application into reusable modules.

Build Status Coverage Status Version

## Usage > This document applies to v4.0+. If you are looking for older versions, docs are [here](https://github.com/vuejs/rollup-plugin-vue/tree/2.2/docs) ```js import commonjs from '@rollup/plugin-commonjs' import VuePlugin from 'rollup-plugin-vue' export default { entry: 'main.js', plugins: [ commonjs(), VuePlugin(/* VuePluginOptions */) ] } ``` See [available options](https://rollup-plugin-vue.vuejs.org/options.html) for `VuePluginOptions`. ## Security If you discover any security related issues, please email hi@znck.me instead of using the issue tracker. ## Credits * [Rahul Kadyan](https://github.com/znck) * [Thomas Ghysels](https://github.com/thgh) * [Eduardo San Martin Morote](https://github.com/posva) * [All Contributors][link-contributors] ## License The MIT License (MIT). Please see [License File](http://znck.me/rollup-plugin-vue/license) for more information. [link-contributors]: https://github.com/znck/rollup-plugin-vue/graphs/contributors