Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntwcklng/gatsby-plugin-nerv
https://github.com/ntwcklng/gatsby-plugin-nerv
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ntwcklng/gatsby-plugin-nerv
- Owner: ntwcklng
- Created: 2018-01-11T06:37:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T06:38:13.000Z (about 7 years ago)
- Last Synced: 2024-10-12T11:04:25.301Z (3 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gatsby-plugin-nerv
WIP - does not work yet. We have to wait until https://github.com/NervJS/nerv/issues/11 is fixed.
Provides drop-in support for replacing React with [Nerv](https://nerv.aotu.io/).
## Install
`npm install --save gatsby-plugin-nerv`
## How to use
```javascript
// In your gatsby-config.js
plugins: [`gatsby-plugin-nerv`];
```