Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ntwcklng/gatsby-plugin-nerv


https://github.com/ntwcklng/gatsby-plugin-nerv

Last synced: about 1 month ago
JSON representation

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`];
```