gitbook-plugin-es6tabs

1.0.0 • Public • Published

es6tabs

Include ES 6 code blocks, with automatically generated ES 5 preview using Babel.

Preview

Installation

Adds the plugin to your book.json, then run gitbook install if you are building your book locally.

{
    "plugins": ["es6tabs"]
}

Usage

 
This is some ES 6 code, you can also see the ES 5 output:
 
{% es6 -%}
import {test} from './test';
 
let myVar = 'test';
{%- endes6 %}

Readme

Keywords

Package Sidebar

Install

npm i gitbook-plugin-es6tabs

Weekly Downloads

1

Version

1.0.0

License

Apache-2.0

Last publish

Collaborators

  • samypesse