Skip to content

Commit

Permalink
Merge pull request #22 from danielroe/module-installation
Browse files Browse the repository at this point in the history
docs: use new `nuxi module add` command in installation
  • Loading branch information
kasvith committed Apr 3, 2024
2 parents 41a5a59 + 2fc6b54 commit 655470b
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,8 @@ Nuxt Module for [vue3-google-signin](https://vue3-google-signin.wavezync.com/)

### Install package

- With **NPM**

```bash
npm install -S nuxt-vue3-google-signin
```

- With **Yarn**

```bash
yarn add nuxt-vue3-google-signin
```

- With **PNPM**

```bash
pnpm add nuxt-vue3-google-signin
npx nuxi@latest module add nuxt-vue3-google-signin
```

### Initialize
Expand Down

0 comments on commit 655470b

Please sign in to comment.