Skip to content

Commit

Permalink
uncomment yarn comments
Browse files Browse the repository at this point in the history
  • Loading branch information
filipKovachev committed Oct 22, 2024
1 parent db7cac0 commit 70fb21b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 23 deletions.
8 changes: 4 additions & 4 deletions docs/getting-started/get-started-nuxt-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ Kendo UI for Vue is distributed as multiple NPM packages, scoped to `@progress`.
```sh
npm install --save @progress/kendo-vue-grid @progress/kendo-data-query @progress/kendo-licensing @progress/kendo-vue-animation @progress/kendo-vue-data-tools @progress/kendo-vue-dateinputs @progress/kendo-vue-dropdowns @progress/kendo-vue-inputs @progress/kendo-vue-indicators @progress/kendo-vue-intl @progress/kendo-vue-popup
```
<!---
or
```sh
yarn add @progress/kendo-vue-grid @progress/kendo-data-query @progress/kendo-licensing @progress/kendo-vue-animation @progress/kendo-vue-data-tools @progress/kendo-vue-dateinputs @progress/kendo-vue-dropdowns @progress/kendo-vue-inputs @progress/kendo-vue-indicators @progress/kendo-vue-intl @progress/kendo-vue-popup
```
--->


## Import the CSS Styles

Expand All @@ -74,11 +74,11 @@ Kendo UI for Vue includes [four artfully designed themes](slug:themesandstyles)
```sh
npm install --save @progress/kendo-theme-default
```
<!---
or
```sh
yarn add --save @progress/kendo-theme-default
```
--->


1. In the `nuxt.config.ts` file, import the CSS files provided by the installed theme package:

Expand Down
10 changes: 3 additions & 7 deletions docs/getting-started/javascript-options-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ The recommended way to scaffold your Vue project is using [Vite](https://vuejs.o
```sh
npm create vite@latest
```
<!---
or
```sh
yarn create vite
```
--->

1. Enter the project name, for example, `my-app`.

Expand Down Expand Up @@ -105,12 +104,10 @@ Kendo UI for Vue is a rich suite of many modular components. For our dashboard e
```sh
npm install --save @progress/kendo-vue-grid @progress/kendo-data-query @progress/kendo-licensing @progress/kendo-vue-animation @progress/kendo-vue-data-tools @progress/kendo-vue-dateinputs @progress/kendo-vue-dropdowns @progress/kendo-vue-inputs @progress/kendo-vue-indicators @progress/kendo-vue-intl @progress/kendo-vue-popup
```
<!---
or
```sh
yarn add @progress/kendo-vue-grid @progress/kendo-data-query @progress/kendo-licensing @progress/kendo-vue-animation @progress/kendo-vue-data-tools @progress/kendo-vue-dateinputs @progress/kendo-vue-dropdowns @progress/kendo-vue-inputs @progress/kendo-vue-indicators @progress/kendo-vue-intl @progress/kendo-vue-popup
```
--->


## Import the CSS Styles

Expand All @@ -121,11 +118,10 @@ Kendo UI for Vue includes [four artfully designed themes](slug:themesandstyles)
```sh
npm install --save @progress/kendo-theme-default
```
<!---
or
```sh
yarn add --save @progress/kendo-theme-default
```
--->

1. In the `src/App.vue` file, import the CSS files provided by the installed theme package:

Expand Down
9 changes: 3 additions & 6 deletions docs/getting-started/typescript-composition-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@ The recommended way to scaffold your Vue project is using [Vite](https://vuejs.o
```sh
npm create vite@latest
```
<!---
or
```sh
yarn create vite
```
--->

1. Enter the project name, for example, `my-app`.

Expand Down Expand Up @@ -95,11 +94,10 @@ Kendo UI for Vue is distributed as multiple NPM packages, scoped to `@progress`.
```sh
npm install --save @progress/kendo-vue-grid @progress/kendo-data-query @progress/kendo-licensing @progress/kendo-vue-animation @progress/kendo-vue-data-tools @progress/kendo-vue-dateinputs @progress/kendo-vue-dropdowns @progress/kendo-vue-inputs @progress/kendo-vue-indicators @progress/kendo-vue-intl @progress/kendo-vue-popup
```
<!---
or
```sh
yarn add @progress/kendo-vue-grid @progress/kendo-data-query @progress/kendo-licensing @progress/kendo-vue-animation @progress/kendo-vue-data-tools @progress/kendo-vue-dateinputs @progress/kendo-vue-dropdowns @progress/kendo-vue-inputs @progress/kendo-vue-indicators @progress/kendo-vue-intl @progress/kendo-vue-popup
```
--->

## Import the CSS Styles

Expand All @@ -110,11 +108,10 @@ Kendo UI for Vue includes [four artfully designed themes](slug:themesandstyles)
```sh
npm install --save @progress/kendo-theme-default
```
<!---
or
```sh
yarn add --save @progress/kendo-theme-default
```
--->

1. In the `src/App.vue` file, import the CSS files provided by the installed theme package:

Expand Down
9 changes: 3 additions & 6 deletions docs/getting-started/typescript-options-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ The recommended way to scaffold your Vue project is using [Vite](https://vuejs.o
```sh
npm create vite@latest
```
<!---
or
```sh
yarn create vite
```
--->

1. Enter the project name, for example, `my-app`.

Expand Down Expand Up @@ -100,11 +99,10 @@ Kendo UI for Vue is distributed as multiple NPM packages, scoped to `@progress`.
```sh
npm install --save @progress/kendo-vue-grid @progress/kendo-data-query @progress/kendo-licensing @progress/kendo-vue-animation @progress/kendo-vue-data-tools @progress/kendo-vue-dateinputs @progress/kendo-vue-dropdowns @progress/kendo-vue-inputs @progress/kendo-vue-indicators @progress/kendo-vue-intl @progress/kendo-vue-popup
```
<!---
or
```sh
yarn add @progress/kendo-vue-grid @progress/kendo-data-query @progress/kendo-licensing @progress/kendo-vue-animation @progress/kendo-vue-data-tools @progress/kendo-vue-dateinputs @progress/kendo-vue-dropdowns @progress/kendo-vue-inputs @progress/kendo-vue-indicators @progress/kendo-vue-intl @progress/kendo-vue-popup
```
--->

## Import the CSS Styles

Expand All @@ -115,11 +113,10 @@ Kendo UI for Vue includes [four artfully designed themes](slug:themesandstyles)
```sh
npm install --save @progress/kendo-theme-default
```
<!---
or
```sh
yarn add --save @progress/kendo-theme-default
```
--->

1. In the `src/App.vue` file, import the CSS files provided by the installed theme package:

Expand Down

0 comments on commit 70fb21b

Please sign in to comment.