You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Document-Processing/Word/Word-Processor/vue/getting-started.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: post
3
3
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.
5
5
control: Getting started
6
6
platform: document-processing
7
7
documentation: ug
@@ -10,7 +10,7 @@ domainurl: ##DomainURL##
10
10
11
11
# Getting Started with the Vue DocumentEditor Component in Vue 2
12
12
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
14
14
15
15
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<supstyle="font-size:70%">®</sup> Vue Document Editor component
16
16
@@ -47,16 +47,17 @@ The Document Editor component requires server-side interactions for the followin
47
47
*[Open file formats other than SFDT](./import#convert-word-documents-into-sfdt)
48
48
*[Paste with formatting](./clipboard#paste-with-formatting)
49
49
*[Restrict editing](./document-management)
50
-
*[SpellCheck](./spell-check)
50
+
*[Spell check](./spell-check)
51
51
*[Save as file formats other than SFDT and DOCX](./saving-documents/server-side-export)
52
52
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.
54
54
55
55
To know about server-side dependencies, please refer this [page](./web-services-overview).
56
56
57
57
## Setting up the Vue 2 project
58
58
59
59
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):
60
61
61
62
```bash
62
63
npm install -g @vue/cli
@@ -65,7 +66,7 @@ cd quickstart
65
66
npm run serve
66
67
```
67
68
68
-
or
69
+
Or using Yarn (global Vue CLI):
69
70
70
71
```bash
71
72
yarn global add @vue/cli
@@ -89,6 +90,7 @@ This article uses the [Vue Document editor component](https://www.syncfusion.com
0 commit comments