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-pro3. Framework Integration Packages
For better integration with specific frameworks, you can install the corresponding framework package:
React
npm install @revolist/react-datagridAngular
npm install @revolist/angular-datagridVue
npm install @revolist/vue3-datagridSvelte
npm install @revolist/svelte-datagridRead more about RevoGrid Pro Tokens.