copoile / quill-editor-demo

vue项目中使用quill-editor编辑器demo,现实了quill-editor的基本功能呢及图片自定义上传、图片resize和表情。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue项目使用quill-editor富文本编辑器

这是一个通过quill-editor实现富文本编辑器的vue项目,编辑器实现基本功能以及图片自定义上传、图片resize和表情。

Build Setup

# clone the project
git clone https://github.com/copoile/quill-editor-demo.git

# enter the project directory
cd quill-editor-demo

# install dependency
npm install

# develop
npm run dev

This will automatically open http://localhost:9528

Build

# build for test environment
npm run build:stage

# build for production environment
npm run build:prod

About

vue项目中使用quill-editor编辑器demo,现实了quill-editor的基本功能呢及图片自定义上传、图片resize和表情。


Languages

Language:JavaScript 85.7%Language:Vue 11.5%Language:HTML 2.8%