Skip to content

verybestjp/vue-quill

 
 

Repository files navigation

ビルド方法

npm ci
# 型エラーが出るため packages/vue-quill/node_modules は削除しておく
npm run build

Quillの型エラーについては以下をtsconfigに記載することで回避

paths: {
  "quill": ["node_modules/@types/quill"]

Vue + Quill logo

VueQuill

Rich Text Editor Component for Vue 3.

npm (tag) License GitHub Workflow Status Last commit Github Repo Stars

VueQuill Editor
👀 See a Live Demo

🔎 Overview

VueQuill is a Component for building rich text editors, powered by Vue 3 and Quill.

  • 💚 Built With Vue 3: More powerful and performant framework than ever before.
  • 🧙‍♂️ Fully Typescript: VueQuill source code is written entirely in TypeScript.
  • 🛠️ Easy To Use: Straightforward implementation through a simple API.

📚 Documentation

☑️ To do list

  • Release alpha version
  • Release beta version
  • Stable v1.0.0 release
  • Enhance Typescript support with Vue 3
  • Update the Documentation with more examples and more information

👏 Contributing

Pull requests are welcome. For major changes, please create a new discussion first about what you would like to change.

📝 License

MIT

Packages

 
 
 

Languages

  • TypeScript 66.8%
  • Stylus 20.5%
  • JavaScript 12.7%