From 05f905158009299b8f14abf4767c73e36289d592 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 3 Apr 2024 14:47:41 +0100 Subject: [PATCH 1/3] docs: use new `nuxi module add` command in installation --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 064f6f6..fc77fef 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Reusable interface transitions for `Vue 2` and `Vue 3` with no CSS needed ❤️ ### Using `yarn` ```bash -yarn add @morev/vue-transitions +npx nuxi@latest module add vue-transitions ``` --- @@ -67,7 +67,7 @@ yarn add @morev/vue-transitions ### Using `npm` ```bash -npm install @morev/vue-transitions +npx nuxi@latest module add vue-transitions ``` --- @@ -75,7 +75,7 @@ npm install @morev/vue-transitions ### Using `pnpm` ```bash -pnpm add @morev/vue-transitions +npx nuxi@latest module add vue-transitions ``` --- @@ -83,7 +83,7 @@ pnpm add @morev/vue-transitions ### Using `bun` ```bash -bun add @morev/vue-transitions +npx nuxi@latest module add vue-transitions ``` ❗ **Important note for `Bun` users** From dcc5c9fc99e2ff0af3d8127a7bd8abf5de33e676 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 3 Apr 2024 14:50:18 +0100 Subject: [PATCH 2/3] chore: clean up --- README.md | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/README.md b/README.md index fc77fef..fbd4365 100644 --- a/README.md +++ b/README.md @@ -56,35 +56,10 @@ Reusable interface transitions for `Vue 2` and `Vue 3` with no CSS needed ❤️ --- -### Using `yarn` - ```bash npx nuxi@latest module add vue-transitions ``` ---- - -### Using `npm` - -```bash -npx nuxi@latest module add vue-transitions -``` - ---- - -### Using `pnpm` - -```bash -npx nuxi@latest module add vue-transitions -``` - ---- - -### Using `bun` - -```bash -npx nuxi@latest module add vue-transitions -``` ❗ **Important note for `Bun` users** From fc6624d18b3a16c2b0c3c802918d3140f5841e21 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 3 Apr 2024 14:50:39 +0100 Subject: [PATCH 3/3] chore: remove blank line --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index fbd4365..676c4c5 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,6 @@ Reusable interface transitions for `Vue 2` and `Vue 3` with no CSS needed ❤️ npx nuxi@latest module add vue-transitions ``` - ❗ **Important note for `Bun` users** The package relies on `postinstall` hook to determine the Vue version and provide proper components. \