NPM Installation Guide
1. Configure NPM Registry
First, configure npm to use the RevoGrid registry:
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.
npm login --registry=https://npm.rv-grid.comUsername: ***Password: ***Email: ***
2. Install RevoGrid Pro
Install the RevoGrid and RevoGrid Pro packages:
npm install @revolist/revogridnpm install @revolist/revogrid-pro
3. Framework Integration Packages
For better integration with specific frameworks, you can install the corresponding framework package:
React
npm install @revolist/react-datagrid
Angular
npm install @revolist/angular-datagrid
Vue
npm install @revolist/vue3-datagrid
Svelte
npm install @revolist/svelte-datagrid
Read more about RevoGrid Pro Tokens.