Skip to content

babu-ch/vue-quill

 
 

Repository files navigation

🧩 Maintained fork of vueup/vue-quill

✨ Updated for Quill v2 compatibility.

If you have @types/quill installed, uninstall it, as it is no longer needed

install

npm i vue-quill-next

https://www.npmjs.com/package/vue-quill-next

usage

main.ts

import { createApp } from 'vue'
import App from './App.vue'
import {QuillEditor} from 'vue-quill-next'
import 'vue-quill-next/dist/vue-quill.snow.css';

const app = createApp(App)

app.component('QuillEditor', QuillEditor);

app.mount('#app')

App.vue

<div id="app">
  <quill-editor theme="snow" />
</div>

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

About

Rich Text Editor Component for Vue 3.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 66.3%
  • Stylus 19.9%
  • JavaScript 13.8%