Skip to content

Installing RevoGrid Pro

1. Configure NPM Registry

First, configure npm to use the RevoGrid registry:

Terminal window
npm config set "@revolist:registry=https://npm.rv-grid.com"

The command npm config set @revolist:registry=https://npm.rv-grid.com is used to configure npm (Node Package Manager) to use a specific registry for packages that are scoped under the @revolist namespace.

Terminal window
npm login --registry=https://npm.rv-grid.com
Username: ***
Password: ***
Email: ***

2. Install RevoGrid Pro

Install the RevoGrid and RevoGrid Pro packages:

Terminal window
npm install @revolist/revogrid
npm install @revolist/revogrid-pro

3. Framework Integration Packages

For better integration with specific frameworks, you can install the corresponding framework package:

React

Terminal window
npm install @revolist/react-datagrid

Angular

Terminal window
npm install @revolist/angular-datagrid

Vue

Terminal window
npm install @revolist/vue3-datagrid

Svelte

Terminal window
npm install @revolist/svelte-datagrid

Next Steps

After installation, you can start using RevoGrid Pro in your project. Check out our other guides for:

  • Basic Usage
  • Configuration Options
  • Component API
  • Framework-specific Integration Details

Each framework has its own set of components and examples that demonstrate how to use RevoGrid Pro effectively in your chosen framework environment.

Read more about RevoGrid Pro Tokens.