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
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.