An open API service indexing awesome lists of open source software.

https://github.com/sergeyfilimonov/gridsome-plugin-modal


https://github.com/sergeyfilimonov/gridsome-plugin-modal

gridsome gridsome-plugin

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Modal windows for Gridsome

To use [Vue.js Modal](https://www.npmjs.com/package/vue-js-modal) package with Gridsome you should use this plugin in order Gridsome could render your project properly.

## Install

- `npm install gridsome-plugin-modal --save`
- `yarn add gridsome-plugin-modal`

## Usage

```
module.exports = {
plugins: [
{
use: 'gridsome-plugin-modal'
}
]
}
```