Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Update README.md #154

Merged
merged 1 commit into from
Nov 23, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ sidebar: false
</p>

## Introduction
`rollup-plugin-vue` is a plugin for Rollup that can transform Vue components in following format into a plain Javascript module:
`rollup-plugin-vue` is a plugin for Rollup that can transform Vue components in the following format into a plain JavaScript module:

<div class="text-xs-center" align="center" style="margin: 0 20px">
<img src="./assets/images/vue-component.png">
</div>

There are many cool features provided by `rollup-plugin-vue`:
- ES2015 enabled by default;
- Builtin support for sass, less and stylus for `<style>`;
- Builtin support for pug for `<template>`
- ES2015 enabled by default
- Built-in support for Sass, Less and Stylus for `<style>`
- Built-in support for Pug for `<template>`

In a nutshell, the combination of Rollup and rollup-plugin-vue gives you a modern, flexible and extremely powerful workflow authoring Vue.js components & plugins.
In a nutshell, the combination of Rollup and `rollup-plugin-vue` gives you a modern, flexible, and extremely powerful workflow for authoring Vue.js components & plugins.

<p class="tip">
This plugin is best for authoring component modules and plugins. Use webpack and [vue-loader](http://vue-loader.vuejs.org) for authoring Vue.js applications.
Expand Down