Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,7 @@ Demo repo 🧪 : [nuxt-typed-router-demo](https://github.com/victorgarciaesgi/nu
### For Nuxt 3

```bash
yarn add -D nuxt-typed-router
# or
npm install -D nuxt-typed-router
# or
pnpm install -D nuxt-typed-router
npx nuxi@latest module add typed-router
```


Expand Down
2 changes: 1 addition & 1 deletion docs/content/0.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cta:
secondary:
- Open on GitHub →
- https://github.com/victorgarciaesgi/nuxt-typed-router
snippet: npm install nuxt-typed-router
snippet: npx nuxi@latest module add typed-router
---

#title
Expand Down
14 changes: 2 additions & 12 deletions docs/content/1.guide/0.index.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@

# Installation


::code-group
```bash [yarn]
yarn add nuxt-typed-router
```
```bash [pnpm]
pnpm install nuxt-typed-router
```bash
npx nuxi@latest module add typed-router
```
```bash [npm]
npm install nuxt-typed-router
```
::

Add the module to `modules` in your `nuxt.config`:

Expand Down