8000 GitHub - vuejs/rollup-plugin-vue at 758e3307a6bbe98225553a1e373325c64bf6ca3e
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

vuejs/rollup-plugin-vue

Repository files navigation

Introduction

As vue-loader is for webpack and vueify is for browserify, similarly its for rollup. As we know, webpack and browserify concat stuff and make it runnable in browser. Its difficult to share .vue components. Now roll your Vue components.

With rollup you can break your application into reusable modules.

Build Status Coverage Status

Usage

import vue from 'rollup-plugin-vue'

export default {
  entry: 'main.js',
  plugins: [vue(/* options */)]
}

Security

If you discover any security related issues, please email hi@znck.me instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Sponsor this project

  •  
  •  

Packages

No packages published

Contributors 11

0