Gathering detailed insights and metrics for @grammarly/editor-sdk-vue
Gathering detailed insights and metrics for @grammarly/editor-sdk-vue
npm install @grammarly/editor-sdk-vue
Typescript
Module System
Node Version
NPM Version
57
Supply Chain
86.5
Quality
82.5
Maintenance
100
Vulnerability
100
License
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
110,127
Last Day
136
Last Week
552
Last Month
2,942
Last Year
31,504
Minified
Minified + Gzipped
Latest Version
2.5.5
Package Id
@grammarly/editor-sdk-vue@2.5.5
Unpacked Size
43.34 kB
Size
9.02 kB
File Count
17
NPM Version
8.19.1
Node Version
18.9.0
Published on
Oct 20, 2023
Cumulative downloads
Total Downloads
Last Day
-3.5%
136
Compared to previous day
Last Week
-15.6%
552
Compared to previous week
Last Month
89.4%
2,942
Compared to previous month
Last Year
-44.5%
31,504
Compared to previous year
Add Grammarly's real-time writing support to your app with just a few lines of code.
This package is designed for Vue apps. Visit @grammarly/editor-sdk for our package for vanilla JavaScript apps and @grammarly/editor-sdk-react for our package for React apps.
Here's how to get started:
Create a new Grammarly for Developers app
Install the Grammarly Text Editor SDK:
1npm install @grammarly/editor-sdk-vue
Add the Grammarly Text Editor Plugin to your text editors by wrapping them with the GrammarlyEditorPlugin component:
Vue 3
1<script setup> 2import { GrammarlyEditorPlugin } from "@grammarly/editor-sdk-vue"; 3</script> 4 5<template> 6 <GrammarlyEditorPlugin clientId="YOUR_CLIENT_ID"> 7 <textarea></textarea> 8 </GrammarlyEditorPlugin> 9</template>
Vue 2
1<script> 2import { GrammarlyEditorPlugin } from "@grammarly/editor-sdk-vue/v2"; 3 4export default { 5 components: { GrammarlyEditorPlugin }, 6}; 7</script> 8 9<template> 10 <GrammarlyEditorPlugin clientId="YOUR_CLIENT_ID"> 11 <textarea></textarea> 12 </GrammarlyEditorPlugin> 13</template>
If you'd like to learn more about what you can do with the SDK and how you can customize the plugin for your app, visit:
If you want to ask a question, share a suggestion, or chat about how you're using the Grammarly Text Editor SDK in your app, join us in the Grammarly for Developers community on GitHub.
No vulnerabilities found.
No security vulnerabilities found.