docs: fix install @zitadel/vue (#7250)

This commit is contained in:
Elio Bischof 2024-01-17 13:37:19 +01:00 committed by GitHub
parent ed0bc39ea4
commit 35339162c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,10 +57,10 @@ Now that you have configured your web application on the ZITADEL side, you can p
### Install Vue dependencies ### Install Vue dependencies
npm install --save @zitadel/vue
To conveniently connect with ZITADEL, you can install the [@zitadel/vue NPM package](https://www.npmjs.com/package/@zitadel/vue). Run the following command: To conveniently connect with ZITADEL, you can install the [@zitadel/vue NPM package](https://www.npmjs.com/package/@zitadel/vue). Run the following command:
```bash ```bash
npm install --save @zitadel/vue
``` ```
### Create and configure the auth service ### Create and configure the auth service