Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zxdong262/vue-jade-editor

jade editor plugin for vue.js
https://github.com/zxdong262/vue-jade-editor

Last synced: about 2 months ago
JSON representation

jade editor plugin for vue.js

Awesome Lists containing this project

README

        

# vue-jade-editor
[![Build Status](https://travis-ci.org/zxdong262/vue-jade-editor.svg?branch=master)](https://travis-ci.org/zxdong262/vue-jade-editor)

online jade(pug) editor plugin for vue.js

## demo & doc
visit http://html5beta.com/apps/vue-jade-editor.html

## get
```bash
bower install vue-jade-editor
```

or

```bash
npm install vue-jade-editor
```

## features
- auto indent(backspace enter)
- indent can be customized
- auto close for quote, single quote, bracket, left parenthesis
- smart tab: tab selection or single line
- untab keyboard shortcuts: ctrl + [
- tab keyboard shortcuts: ctrl + ] or just tab
- keyboard shortcuts for i and b
- content can be modifed by `events`
- auto increase textarea height
- all methods/events extendable

## test & build
```bash
git clone https://github.com/zxdong262/vue-jade-editor.git
cd vue-jade-editor
npm install
bower install
npm run test

#build
gulp build

```

## License
MIT