0.3.2 • Published 6 years ago

jokio-nextjs v0.3.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

jokio-nextjs

Build Status npm version engine: jokio

nextjs middleware for jokio

Example:

folder structure

|src
|- index.ts
|- pages
|-- index.js

src/index.ts

import { run } from 'jokio'
import { nextjs, express } from '../index';

run(
  express(),
  nextjs({ pagesDirectory: './src/' }),
)

src/pages/index.js

export default props => <div>Hello World</div>
0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago