adi-proxy-rollup-plugin-vue
TypeScript icon, indicating that this package has built-in type declarations

5.1.10-alpha.0 • Public • Published

Introduction

As vue-loader is for webpack and vueify is for browserify, so is this for rollup. As we know, webpack and browserify concat stuff and make it runnable in the browser. It's 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

This document applies to v4.0+. If you are looking for older versions, docs are here

import commonjs from 'rollup-plugin-commonjs' 
import VuePlugin from 'rollup-plugin-vue'

export default {
  entry: 'main.js',
  plugins: [
    commonjs(),
    VuePlugin(/* VuePluginOptions */)
  ]
}

See available options for VuePluginOptions.

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.

/adi-proxy-rollup-plugin-vue/

    Package Sidebar

    Install

    npm i adi-proxy-rollup-plugin-vue

    Weekly Downloads

    5

    Version

    5.1.10-alpha.0

    License

    MIT

    Unpacked Size

    41.5 kB

    Total Files

    7

    Last publish

    Collaborators

    • zstop