Skip to content

Update the note related to npm (PRO) #25

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

Merged
merged 2 commits into from
May 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/angular_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Now you should get the DHTMLX Spreadsheet source code. First of all, stop the ap

### Step 1. Package installation

Download the [**trial Spreadsheet package**](/how_to_start/#installing-spreadsheet-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial Spreadsheet is available 30 days only.
Download the [**trial Spreadsheet package**](/how_to_start/#installing-spreadsheet-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial Spreadsheet is available 30 days only.

### Step 2. Component creation

Expand Down
8 changes: 4 additions & 4 deletions docs/how_to_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@ and
</html>
~~~

### Installing Spreadsheet via npm and yarn
### Installing Spreadsheet via npm or yarn

You can import JavaScript Spreadsheet into your project using the `yarn` or `npm` package manager.

#### Installing trial Spreadsheet via npm and yarn
#### Installing trial Spreadsheet via npm or yarn

:::info
If you want to use the trial version of Spreadsheet, download the [**trial Spreadsheet package**](https://dhtmlx.com/docs/products/dhtmlxSpreadsheet/download.shtml) and follow the steps mentioned in the *README* file. Note that the trial Spreadsheet is available 30 days only.
:::

#### Installing PRO Spreadsheet via npm and yarn
#### Installing PRO Spreadsheet via npm or yarn

:::info
If you already have Spreadsheet under the proprietary license, send your **license number** to the *contact@dhtmlx.com* email to receive a login and a password for a private **npm** as well as a detailed guide on how to install Spreadsheet. Note that a private **npm** is available before the expiration of the proprietary Spreadsheet license.
You can access the DHTMLX private **npm** directly in the [Client's Area](https://dhtmlx.com/clients/) by generating your login and password for **npm**. A detailed installation guide is also available there. Please note that access to the private **npm** is available only while your proprietary Spreadsheet license is active.
:::

## Step 2. Creating Spreadsheet
Expand Down
2 changes: 1 addition & 1 deletion docs/react_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Now you should get the DHTMLX Spreadsheet source code. First of all, stop the ap

### Step 1. Package installation

Download the [**trial Spreadsheet package**](/how_to_start/#installing-spreadsheet-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial Spreadsheet is available 30 days only.
Download the [**trial Spreadsheet package**](/how_to_start/#installing-spreadsheet-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial Spreadsheet is available 30 days only.

### Step 2. Component creation

Expand Down
2 changes: 1 addition & 1 deletion docs/svelte_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Now you should get the DHTMLX Spreadsheet source code. First of all, stop the ap

### Step 1. Package installation

Download the [**trial Spreadsheet package**](/how_to_start/#installing-spreadsheet-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial Spreadsheet is available 30 days only.
Download the [**trial Spreadsheet package**](/how_to_start/#installing-spreadsheet-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial Spreadsheet is available 30 days only.

### Step 2. Component creation

Expand Down
2 changes: 1 addition & 1 deletion docs/vuejs_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Now you should get the DHTMLX Spreadsheet source code. First of all, stop the ap

### Step 1. Package installation

Download the [**trial Spreadsheet package**](/how_to_start/#installing-spreadsheet-via-npm-and-yarn) and follow steps mentioned in the README file. Note that trial Spreadsheet is available 30 days only.
Download the [**trial Spreadsheet package**](/how_to_start/#installing-spreadsheet-via-npm-or-yarn) and follow steps mentioned in the README file. Note that trial Spreadsheet is available 30 days only.

### Step 2. Component creation

Expand Down
Loading