8000 GitHub - vuejs/rollup-plugin-vue at 8409424d1a79faccc9f8fc7b24a6cc9a318ff442
[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 y 8000 ou can break your application 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