JSPM

  • Created
  • Published
  • Downloads 62136
  • Score
    100M100P100Q145297F
  • License MIT

Roll .vue files

Package Exports

  • rollup-plugin-vue

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rollup-plugin-vue) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

rollup-plugin-vue

Roll .vue files

Installation

npm install --save-dev rollup rollup-plugin-vue

Configuration

import {rollup} from 'rollup';
import vue from 'rollup-plugin-vue';

rollup({
    entry: 'index.js',
    plugins: [vue()]
});

Limitations

  • Multiple script tags not working.