1.1.7 • Published 5 years ago

vue-markdown-view-hsfy v1.1.7

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago