Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zxdong262/vue-jade-editor
jade editor plugin for vue.js
https://github.com/zxdong262/vue-jade-editor
Last synced: 3 months ago
JSON representation
jade editor plugin for vue.js
- Host: GitHub
- URL: https://github.com/zxdong262/vue-jade-editor
- Owner: zxdong262
- License: mit
- Created: 2016-04-11T07:30:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-23T08:36:08.000Z (over 8 years ago)
- Last Synced: 2024-10-10T23:21:48.473Z (4 months ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vue-cn - vue-jade-editor ★0
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