Coder Social home page Coder Social logo

marciopocebon / rollup-plugin-vue Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vuejs/rollup-plugin-vue

0.0 1.0 0.0 15.71 MB

Roll .vue files

Home Page: https://vuejs.github.io/rollup-plugin-vue

License: MIT License

JavaScript 12.97% TypeScript 82.39% Vue 3.85% Shell 0.79%

rollup-plugin-vue's Introduction

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 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 [email protected] instead of using the issue tracker.

Credits

License

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

rollup-plugin-vue's People

Contributors

aleksejevski avatar bertday avatar chrisvfritz avatar egoist avatar fenduru avatar flandredaisuki avatar gluons avatar herringtondarkholme avatar hmsk avatar hokid avatar jack-works avatar jonataswalker avatar kaelwd avatar ktsn avatar lancetharper avatar mrkishi avatar multics avatar posva avatar quimarche avatar rkunev avatar robertof avatar rojakcoder avatar simon04 avatar sliekens avatar sunnylost avatar thgh avatar wxnet2013 avatar znck avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.