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
- Host: GitHub
- URL: https://github.com/dimensionsoftware/next-livescript
- Owner: DimensionSoftware
- Created: 2018-09-25T03:52:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-25T03:56:57.000Z (over 7 years ago)
- Last Synced: 2025-07-13T17:51:08.174Z (7 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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()
```