https://github.com/anburocky3/vue-quill2
https://github.com/anburocky3/vue-quill2
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anburocky3/vue-quill2
- Owner: anburocky3
- License: mit
- Created: 2023-04-10T10:02:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T12:37:31.000Z (over 2 years ago)
- Last Synced: 2025-08-10T08:49:34.940Z (about 2 months ago)
- Language: TypeScript
- Size: 523 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
VueQuill<2/h1>
Rich Text Editor Component for Vue 3. (Modified version)
## 🔎 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
- **[📘 Guide](https://vueup.github.io/vue-quill2/guide/)**
- [🚀 Introduction](https://vueup.github.io/vue-quill2/guide/)
- [⚙️ Installation](https://vueup.github.io/vue-quill2/guide/installation.html)
- [💡 Usage](https://vueup.github.io/vue-quill2/guide/usage.html)
- [🎨 Themes](https://vueup.github.io/vue-quill2/guide/themes.html)
- [🚥 Toolbar](https://vueup.github.io/vue-quill2/guide/toolbar.html)
- [📦 Modules](https://vueup.github.io/vue-quill2/guide/modules.html)
- [🛠️ Options](https://vueup.github.io/vue-quill2/guide/options.html)
- **[🧰 APIs](https://vueup.github.io/vue-quill2/api/)**
- [📌 Props](https://vueup.github.io/vue-quill2/api/)
- [⚡ Events](https://vueup.github.io/vue-quill2/api/events.html)
- [📢 Methods](https://vueup.github.io/vue-quill2/api/methods.html)
- [🔌 Slots](https://vueup.github.io/vue-quill2/api/slots.html)
- [↗️ Export](https://vueup.github.io/vue-quill2/api/export.html)## ☑️ To do list
- [x] Release `alpha` version
- [x] Release `beta` version
- [x] Stable `v1.0.0` release
- [x] 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](https://github.com/anburocky3/vue-quill2/discussions) first about what you would like to change.
## 📝 License
[MIT](https://choosealicense.com/licenses/mit/)