Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions for the UMD build to the Quick start guide #17028

Merged
merged 8 commits into from
Sep 12, 2024
4 changes: 2 additions & 2 deletions docs/getting-started/integrations/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ React lets you build user interfaces out of individual pieces called components.
Starting from version 6.0.0 of this package, you can use native type definitions provided by CKEditor 5. Check the details about {@link getting-started/setup/typescript-support TypeScript support}.
</info-box>

## Quick start

{@snippet getting-started/use-builder}

## Quick start

### Setting up the project

This guide assumes you have a React project. You can create a basic React project using [Vite](https://vitejs.dev/). Refer to the [React documentation](https://react.dev/learn/start-a-new-react-project) to learn how to set up a project in the framework.
Expand Down
6 changes: 1 addition & 5 deletions docs/getting-started/integrations/vuejs-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,10 @@ order: 40

Vue.js is a versatile framework for building web user interfaces. CKEditor&nbsp;5 provides the official Vue component you can use in your application.

<info-box>
The {@link features/watchdog watchdog feature} is available for the {@link getting-started/integrations/react React} and {@link getting-started/integrations/angular Angular} integrations, but is not supported in Vue yet.
</info-box>
{@snippet getting-started/use-builder}

## Quick start

{@snippet getting-started/use-builder}

### Installing from npm

This guide assumes you already have a Vue project. First, install the CKEditor 5 packages:
Expand Down
6 changes: 1 addition & 5 deletions docs/getting-started/integrations/vuejs-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@ order: 50

Vue.js is a versatile framework for building web user interfaces. CKEditor&nbsp;5 provides the official Vue component you can use in your application.

<info-box hint>
Starting from version 5.0.0 of this package, you can use native type definitions provided by CKEditor&nbsp;5. Check the details about {@link getting-started/setup/typescript-support TypeScript support}.
</info-box>
{@snippet getting-started/use-builder}

## Quick start

{@snippet getting-started/use-builder}

### Setting up the project

This guide assumes that you already have a Vue project. If you do not have one, see the [Vue documentation](https://vuejs.org/guide/quick-start) to learn how to create it.
Expand Down
Loading