vue-quill
Rich Text Editor Component for Vue 3.
File Explorer
Download Latest Version (.zip)- bug_report.md
- ci.yml
- deploy-docs.yml
- release-vue-quill.yml
- dependabot.yml
- FUNDING.yml
- stale.yml
- commit-msg
- pre-commit
- launch.json
- settings.json
- TextReplacer.vue
- delta-content.ts
- DemoEditor.vue
- VOptions.vue
- HomeDemo.vue
- Loading.vue
- tailwind.css
- vars.css
- index.ts
- config.mts
- events.md
- export.md
- index.md
- methods.md
- slots.md
- index.md
- installation.md
- modules.md
- options.md
- ssr.md
- themes.md
- toolbar.md
- usage.md
- android-chrome-192x192.png
- android-chrome-512x512.png
- apple-touch-icon.png
- browserconfig.xml
- favicon-16x16.png
- favicon-32x32.png
- favicon.ico
- logo.svg
- mstile-150x150.png
- og-image.png
- quill.svg
- safari-pinned-tab.svg
- site.webmanifest
- tailwind-labs.svg
- index.md
- github-api.ts
- load-scripts.ts
- regex.ts
- package-lock.json
- package.json
- postcss.config.js
- styles.css
- NuxtQuillCatalog.vue
- RenderingEditorDemo.vue
- client-only.vue
- index.vue
- isr.vue
- prerendered.vue
- ssr.vue
- swr.vue
- app.vue
- favicon.ico
- robots.txt
- smoke-generate.mjs
- smoke-rendering.mjs
- .gitignore
- nuxt.config.ts
- package-lock.json
- package.json
- README.md
- tsconfig.json
- extensions.json
- favicon.svg
- icons.svg
- prerender-ssr.mjs
- smoke-pages.mjs
- smoke-ssr-pages.mjs
- smoke-ssr.mjs
- App.vue
- create-app.ts
- create-ssr-app.ts
- entry-client.ts
- entry-server.ts
- main.ts
- style.css
- styles.ts
- .gitignore
- index.html
- index.ssr.html
- package-lock.json
- package.json
- README.md
- server.mjs
- tsconfig.app.json
- tsconfig.json
- tsconfig.node.json
- vite.config.ts
- EventLog.vue
- ExampleCard.vue
- App.vue
- example-catalog.test.ts
- example-catalog.ts
- styles.css
- vue-quill.d.ts
- package.json
- README.md
- tsconfig.json
- index.ts
- package-lock.json
- package.json
- README.md
- align-center.svg
- align-justify.svg
- align-left.svg
- align-right.svg
- attachment.svg
- audio.svg
- authorship.svg
- background.svg
- blockquote.svg
- bold.svg
- clean.svg
- code.svg
- color.svg
- comment.svg
- direction-ltr.svg
- direction-rtl.svg
- dropdown.svg
- embed.svg
- emoji.svg
- float-center.svg
- float-full.svg
- float-left.svg
- float-right.svg
- font.svg
- formula.svg
- hashtag.svg
- header-2.svg
- header-3.svg
- header-4.svg
- header-5.svg
- header-6.svg
- header.svg
- horizontal-rule.svg
- image.svg
- indent.svg
- italic.svg
- link.svg
- list-bullet.svg
- list-check.svg
- list-ordered.svg
- map.svg
- mention.svg
- more.svg
- outdent.svg
- redo.svg
- size-decrease.svg
- size-increase.svg
- size.svg
- spacing.svg
- speech.svg
- strike.svg
- subscript.svg
- superscript.svg
- table-border-all.svg
- table-border-bottom.svg
- table-border-left.svg
- table-border-none.svg
- table-border-outside.svg
- table-border-right.svg
- table-border-top.svg
- table-delete-cells.svg
- table-delete-columns.svg
- table-delete-rows.svg
- table-insert-cells.svg
- table-insert-columns.svg
- table-insert-rows.svg
- table-merge-cells.svg
- table-unmerge-cells.svg
- table.svg
- underline.svg
- undo.svg
- video.svg
- toolbar.styl
- tooltip.styl
- base.styl
- core.styl
- favicon.png
- snow.styl
- snow.test.ts
- moduleRegistration.test.mjs
- moduleRegistration.ts
- options.ts
- QuillEditor.test.ts
- QuillEditor.ts
- index.ts
- quill.ts
- shims-vue.d.ts
- api-extractor.json
- assets.config.json
- index.js
- package-lock.json
- package.json
- README.md
- bootstrap.ts
- build.ts
- buildAssets.ts
- chalk.js
- dev.ts
- devAssets.ts
- logger.ts
- release.ts
- setupJestEnv.ts
- utils.ts
- verifyCommit.ts
- verifyRelease.ts
- .gitignore
- .prettierrc
- api-extractor.json
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- eslint.config.mjs
- LICENSE
- package-lock.json
- package.json
- README.md
- rollup.config.js
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/vueup/vue-quill
Downloads the entire project code from GitHub to your computer.
cd vue-quill
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install @vueup/vue-quill@latest
Downloads and installs the libraries listed in package.json.
yarn add @vueup/vue-quill@latest
Type this command into your terminal and run it.
pnpm add @vueup/vue-quill@latest
Type this command into your terminal and run it.
<img alt="npm (tag)" src="https://img.shields.io/npm/v/@vueup/vue-quill">
Type this command into your terminal and run it.
<img src="https://img.shields.io/npm/l/@vueup/vue-quill" alt="License">
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
