Browse Source

Link Modern React @volo packages to npm

pull/25504/head
maliming 2 months ago
parent
commit
bb9502f42c
No known key found for this signature in database GPG Key ID: A646B9CB645ECEA4
  1. 8
      docs/en/framework/ui/react/index.md

8
docs/en/framework/ui/react/index.md

@ -30,10 +30,10 @@ The React UI template is built with:
The template also includes ABP-specific NPM packages:
- [`@volo/abp-app-config`](https://github.com/volosoft/volo/tree/dev/abp/npm/packs/abp-app-config)
- [`@volo/abp-oidc-auth`](https://github.com/volosoft/volo/tree/dev/abp/npm/packs/abp-oidc-auth)
- [`@volo/abp-react-app-config`](https://github.com/volosoft/volo/tree/dev/abp/npm/packs/abp-react-app-config)
- [`@volo/abp-react-oidc-auth`](https://github.com/volosoft/volo/tree/dev/abp/npm/packs/abp-react-oidc-auth)
- [`@volo/abp-app-config`](https://www.npmjs.com/package/@volo/abp-app-config)
- [`@volo/abp-oidc-auth`](https://www.npmjs.com/package/@volo/abp-oidc-auth)
- [`@volo/abp-react-app-config`](https://www.npmjs.com/package/@volo/abp-react-app-config)
- [`@volo/abp-react-oidc-auth`](https://www.npmjs.com/package/@volo/abp-react-oidc-auth)
## React App and Admin Console

Loading…
Cancel
Save