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

https://github.com/dimensionsoftware/next-livescript

Next.JS + Livescript
https://github.com/dimensionsoftware/next-livescript

Last synced: 7 days ago
JSON representation

Next.JS + Livescript

Awesome Lists containing this project

README

          

# Next.js + Livescript

Use [Livescript](https://www.livescript.net/) with [Next.js](https://github.com/zeit/next.js)

## Installation

```
yarn add dimensionsoftware/next-livescript
```

## Usage

Create a `next.config.js` in your project

```js
// next.config.js
const withLivescript = require('dimensionsoftware/next-livescript')
module.exports = withLivescript()
```