Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
chore: update package links & README
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmarrec committed Sep 30, 2022
1 parent 91ce3ad commit ebaa1cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![Github Actions][github-actions-src]][github-actions-href]
[![Codecov][codecov-src]][codecov-href]

> Modals logic for Nuxt 3
![image](https://user-images.githubusercontent.com/25272043/171139116-b0137f28-f29d-429d-a778-9e8bbe530331.png)


## Setup

Add `@kevinmarrec/nuxt-modals` dependency to your project :
Expand All @@ -23,11 +19,9 @@ npm install -D @kevinmarrec/nuxt-modals
pnpm install -D @kevinmarrec/nuxt-modals
```

Edit your `nuxt.config.ts` file to add PWA module :
Edit your `nuxt.config.ts` file to add Modals module :

```ts
import { defineNuxtConfig } from 'nuxt'

export default defineNuxtConfig({
modules: [
'@kevinmarrec/nuxt-modals'
Expand Down Expand Up @@ -63,5 +57,3 @@ Published under the [MIT License](./LICENCE).
[npm-downloads-href]: https://npmjs.com/package/@kevinmarrec/nuxt-modals
[github-actions-src]: https://img.shields.io/github/workflow/status/kevinmarrec/nuxt-modals/CI?style=flat-square
[github-actions-href]: https://github.com/kevinmarrec/nuxt-modals/actions?query=workflow%3Aci
[codecov-src]: https://img.shields.io/codecov/c/gh/kevinmarrec/nuxt-modals/main?style=flat-square
[codecov-href]: https://codecov.io/gh/kevinmarrec/nuxt-modals
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"packageManager": "[email protected]",
"author": "Kevin Marrec <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/kevinmarrec/nuxt-pwa-module#readme",
"repository": "https://github.com/kevinmarrec/nuxt-pwa-module",
"homepage": "https://github.com/kevinmarrec/nuxt-modals-module#readme",
"repository": "https://github.com/kevinmarrec/nuxt-modals-module",
"keywords": [
"nuxt",
"modals",
Expand Down

0 comments on commit ebaa1cd

Please sign in to comment.