1.0.3 • Published 2 years ago

vue-ueditor-orioc v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

vue-ueditor

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Description

UEditor是一款简洁,轻量级的富文本编辑器,本插件是基于vue封装的,直接在vue项目中安装就可以使用

#
<vue-UEditor @ready="ueditorReady" :ueditorPath="ueditorPath" :ueditorConfig="ueditorConfig"></vue-UEditor>
#
ready: 编辑器加载完成事件
#
ueditorPath: ueditor文件夹存放的路径,默认:'/static/ueditor/'
#
ueditorConfig: 编辑器的配置参数

For detailed explanation on how things work, consult the docs for vue-loader.

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago