|
1 | 1 | # Getting Started with the Vue Spreadsheet Component |
2 | 2 |
|
3 | | -A quick-start project that helps you create and configure the Syncfusion Vue Spreadsheet component. This project contains code snippets for data binding, as well as importing and exporting Excel files from the Spreadsheet. |
| 3 | +A quick-start project that helps you create and configure the **Syncfusion Vue Spreadsheet component**. This project allows you to clone the repository and run the application to get started quickly. |
4 | 4 |
|
5 | | -The getting started documentation for the Syncfusion Vue Spreadsheet component: |
6 | | -https://ej2.syncfusion.com/vue/documentation/spreadsheet/vue-3-getting-started |
| 5 | +## Project Prerequisites |
7 | 6 |
|
8 | | -Check out this online example of the quick info template in the Syncfusion Vue Spreadsheet component: |
9 | | -https://ej2.syncfusion.com/vue/demos/#/material3/spreadsheet/default.html |
| 7 | +- Node.js (v14.15.0 or higher recommended) |
| 8 | +- Vue 3 |
| 9 | +- Vite |
| 10 | +- npm |
10 | 11 |
|
11 | | -Tutorial video: https://www.syncfusion.com/tutorial-videos |
| 12 | +## Recommended IDE Setup |
12 | 13 |
|
13 | | -## Project prerequisites |
| 14 | +- Visual Studio Code |
| 15 | +- Volar (disable Vetur) |
| 16 | +- TypeScript Vue Plugin (Volar) |
14 | 17 |
|
15 | | -### Vue 3 + Vite |
16 | | - |
17 | | -This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more. |
18 | | - |
19 | | -### Recommended IDE Setup |
| 18 | +## How to run this application? |
20 | 19 |
|
21 | | -- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin). |
| 20 | +1. Clone the `getting-started-with-the-vue-spreadsheet-component` repository. |
| 21 | +2. Open the project in Visual Studio Code. |
| 22 | +3. Install the required packages using: |
| 23 | + ``` |
| 24 | + npm install |
| 25 | + ``` |
| 26 | +4. Run the project using: |
| 27 | + ``` |
| 28 | + npm run dev |
| 29 | + ``` |
| 30 | +5. Open the application URL shown in the terminal (typically http://localhost:5173). |
22 | 31 |
|
| 32 | +## Documentation |
23 | 33 |
|
24 | | -## How to run this application? |
| 34 | +- Getting Started Guide: |
| 35 | + https://ej2.syncfusion.com/vue/documentation/spreadsheet/vue-3-getting-started |
25 | 36 |
|
26 | | -To run this application, you need to clone the `getting-started-with-the-vue-spreadsheet-component` repository and then open it in Visual Studio Code. Now, simply install all the necessary packages into your current project using the `npm install` command and run your project using the `npm run dev` command. |
| 37 | +- Online Demo: |
| 38 | + https://ej2.syncfusion.com/vue/demos/#/material3/spreadsheet/default.html |
27 | 39 |
|
| 40 | +- Tutorial Videos: |
| 41 | + https://www.syncfusion.com/tutorial-videos |
0 commit comments