Vue Up

Bundle Vue.js library via Rollup.

Get Started

Easy

Bundle Vue.js library as CommonJS, ES module and Web easily.

Minimal Config

Don't need many configs. Configure what you want.

Built-in Pre-Processors

Support TypeScript, SCSS, PostCSS and Pug out of the box.

Vue Up is created to suit my personal requirements.
But you can also use it if it meets your requirements. 🙂

# Installation

Compatibility

Vue Up requires Node.js (opens new window) >= 8.

Install via npm (opens new window):

npm install --save-dev @gluons/vue-up

Install via Yarn (opens new window):

yarn add --dev @gluons/vue-up