Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Roll .vue files

License

NotificationsYou must be signed in to change notification settings

vuejs/rollup-plugin-vue

 
 

Repository files navigation

Introduction

As vue-loader is for webpack, so is this for rollup. As we know, webpack concats stuff and makes it runnable in the browser. It's difficult to share .vue components.Now roll yourVue components.

With rollup you can break your application into reusable modules.

Build StatusCoverage StatusVersion

Usage

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

importcommonjsfrom'@rollup/plugin-commonjs'importVuePluginfrom'rollup-plugin-vue'exportdefault{entry:'main.js',plugins:[commonjs(),VuePlugin(/* VuePluginOptions */)]}

Seeavailable options forVuePluginOptions.

Security

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

Credits

License

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


[8]ページ先頭

©2009-2025 Movatter.jp