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
- Host: GitHub
- URL: https://github.com/sergeyfilimonov/gridsome-plugin-modal
- Owner: sergeyfilimonov
- Created: 2019-03-10T15:35:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-02T15:27:40.000Z (over 6 years ago)
- Last Synced: 2025-04-15T12:14:27.479Z (about 1 year ago)
- Topics: gridsome, gridsome-plugin
- Language: JavaScript
- Size: 4.88 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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'
}
]
}
```