Skip to content

Commit dfdba24

Browse files
committed
1009275: Updated UG documentation using AI prompt
1 parent edeb0c6 commit dfdba24

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

Document-Processing/Word/Word-Processor/vue/getting-started-vue-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Getting started vue 3 with Vue Document editor component | Syncfusion
4-
description: Checkout and learn about Getting started vue 3 with Vue Document editor component of Syncfusion Essential JS 2 and more details.
4+
description: Check out and learn about Getting started vue 3 with Vue Document Editor component of Syncfusion Essential JS 2 and more details.
55
control: Getting started vue 3
66
platform: document-processing
77
documentation: ug

Document-Processing/Word/Word-Processor/vue/getting-started.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Getting started with Vue Document editor component | Syncfusion
4-
description: Checkout and learn about Getting started with Vue Document editor component of Syncfusion Essential JS 2 and more details.
4+
description: Checkout and learn about Getting started with Vue Document editor component of Syncfusion Essential JS 2 and more details.
55
control: Getting started
66
platform: document-processing
77
documentation: ug
@@ -10,7 +10,7 @@ domainurl: ##DomainURL##
1010

1111
# Getting Started with the Vue DocumentEditor Component in Vue 2
1212

13-
To get started quickly with the Vue DocumentEditor component, you can check the [video](https://www.syncfusion.com/tutorial-videos/vue/word-processor?title=getting-started-with-the-vue-word-processor).
13+
To get started quickly with the Vue DocumentEditor component, view the getting-started video: https://www.syncfusion.com/tutorial-videos/vue/word-processor?title=getting-started-with-the-vue-word-processor
1414

1515
This article provides a step-by-step guide for setting up a Vue 2 project using [Vue-CLI](https://cli.vuejs.org/) and integrating the Syncfusion<sup style="font-size:70%">&reg;</sup> Vue Document Editor component
1616

@@ -47,16 +47,17 @@ The Document Editor component requires server-side interactions for the followin
4747
* [Open file formats other than SFDT](./import#convert-word-documents-into-sfdt)
4848
* [Paste with formatting](./clipboard#paste-with-formatting)
4949
* [Restrict editing](./document-management)
50-
* [SpellCheck](./spell-check)
50+
* [Spell check](./spell-check)
5151
* [Save as file formats other than SFDT and DOCX](./saving-documents/server-side-export)
5252

53-
>Note: If you don't require the above functionalities then you can deploy as pure client-side component without any server-side interactions.
53+
Note: If these features are not required, the component can be deployed as a client-side solution without server-side interactions.
5454

5555
To know about server-side dependencies, please refer this [page](./web-services-overview).
5656

5757
## Setting up the Vue 2 project
5858

5959
To generate a Vue 2 project using Vue-CLI, use the [vue create](https://cli.vuejs.org#getting-started) command. Follow these steps to install Vue CLI and create a new project:
60+
Using npm (global Vue CLI):
6061

6162
```bash
6263
npm install -g @vue/cli
@@ -65,7 +66,7 @@ cd quickstart
6566
npm run serve
6667
```
6768

68-
or
69+
Or using Yarn (global Vue CLI):
6970

7071
```bash
7172
yarn global add @vue/cli
@@ -89,6 +90,7 @@ This article uses the [Vue Document editor component](https://www.syncfusion.com
8990
```bash
9091
npm install @syncfusion/ej2-vue-documenteditor --save
9192
```
93+
9294
or
9395

9496
```bash

0 commit comments

Comments
 (0)