https://github.com/syncfusionexamples/integrating-syncfusion-vue-components-to-the-astro-application
This repository contains the Syncfusion Rich Text Editor component example using the Astro application.
https://github.com/syncfusionexamples/integrating-syncfusion-vue-components-to-the-astro-application
astro rich-text-editor rte syncfusion-vue-components vue vue-rich-text-editor
Last synced: 3 months ago
JSON representation
This repository contains the Syncfusion Rich Text Editor component example using the Astro application.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/integrating-syncfusion-vue-components-to-the-astro-application
- Owner: SyncfusionExamples
- Created: 2024-03-27T10:07:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T07:09:49.000Z (over 2 years ago)
- Last Synced: 2025-06-16T01:42:46.611Z (about 1 year ago)
- Topics: astro, rich-text-editor, rte, syncfusion-vue-components, vue, vue-rich-text-editor
- Language: Vue
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Integrating Syncfusion Vue components to the Astro project
An `Astro JS` project, which is a modern web framework, is designed for creating high-performing websites and web applications with ease. By seamlessly combining Server-side Rendering (SSR) and Client-side Hydration, Astro empowers developers to build robust, interactive digital experiences.
This repository contains a demo sample showcasing the integration of Syncfusion Vue components with the Astro project.
## Steps to run the Astro project
1\. Begin by ensuring the Node.js version - `v18.14.1` or higher is installed.
2\. Install dependencies by running the following command:
```sh
npm install
```
3\. To run the project, use the following command:
```sh
npm start
```
Navigate to `http://localhost:4321/` in your preferred browser to see the rendered Syncfusion Vue components within the Astro project.
The output should look like the following image:
