8000 GitHub - vuejs/rollup-plugin-vue at d3f44ea460653eb0ff56bc84af24a42a21848935
[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 applic 8000 ation into reusable modules.

Build Status Code Style Coverage Status Software License NPM Latest Version Issues

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.

0