1.3.3 • Published 6 years ago

vue-md-editor v1.3.3

Weekly downloads
57
License
MIT
Repository
github
Last release
6 years ago

Vue Editor

VueEditor NPM downloads JS gzip size

Demo

or Edit in JSFiddle

Install

npm install vue-md-editor --save

or

<script src="https://unpkg.com/vue-md-editor/dist/vue-editor.min.js"></script>

Usage

// main.js
import Vue from 'vue'
import VueEditor from 'vue-md-editor'

Vue.use(VueEditor)

new Vue({
  el: '#app',
  data: {},
  ...
})
<!--index.html-->
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>VueEditor example</title>
</head>
<body>
  <div id="app">
    <vue-editor v-model="value"></vue-editor>
  </div>
</body>
</html>

Dependencies

Keyboards

MarkdownResultShortcut
**text**textCtrl + B
_text_textCtrl + I
### textHeadingCtrl + H
~~text~~textCtrl + D
- textListCtrl + U
1. textListCtrl + O
[Demo](http://vue-editor.beblog.cn)DemoCtrl + A
![Image](https://cn.vuejs.org/images/logo.png "Title")ImageCtrl + P
`text|text` | Ctrl + C
> textBlockquoteCtrl + Q

Issues

修复 Issue #5

1.3.3

6 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.16

7 years ago

1.1.15

7 years ago

1.1.13

7 years ago

1.1.12

7 years ago

1.1.11

7 years ago

1.1.10

7 years ago

1.1.0

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago