Skip to content

Commit

Permalink
Update README.md (vuejs#154)
Browse files Browse the repository at this point in the history
Various grammar and style suggestions
  • Loading branch information
bertday authored and znck committed Nov 23, 2017
1 parent ddb394d commit 16e7a72
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit 16e7a72

Please sign in to comment.