Skip to content

Commit

Permalink
chore: Update the README file
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisGV04 committed Sep 15, 2023
1 parent 95bebf8 commit 2b7333e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CGV WEB UI

A set of reusable components for Nuxt 3 heavily inspired by [`@nuxthq/ui`](https://ui.nuxtlabs.com/getting-started). These components are developed by [Christian Gil](https://cgvweb.com/en) to be used at my own freelance projects. It provides the building blocks for the most common components I end up using.
A set of reusable components for Nuxt 3 heavily inspired by [`@nuxt/ui`](https://ui.nuxt.com). These components are developed by [Christian Gil](https://cgvweb.com) mainly to be used at my own freelance projects. It provides the building blocks for the most common components I end up using.

## Features

Expand All @@ -13,13 +13,13 @@ A set of reusable components for Nuxt 3 heavily inspired by [`@nuxthq/ui`](https
## Installation

```bash
pnpm install -D @cgv.web/ui
pnpm install -D @cgvweb/ui
```

Then, register the module in your `nuxt.config.ts`:

```ts
export default defineNuxtConfig({
modules: ["@cgv.web/ui"],
modules: ["@cgvweb/ui"],
});
```

0 comments on commit 2b7333e

Please sign in to comment.