embark-pug/README.md

25 lines
388 B
Markdown
Raw Permalink Normal View History

2018-06-28 15:14:54 +00:00
Embark-pug
======
Plugin for [Embark](https://github.com/embark-framework/embark) to support Pug templates (formely known as jade)
Installation
======
In your embark dapp directory:
```npm install embark-pug --save```
then add embark-pug to the plugins section in ```embark.json```:
```Json
"plugins": {
"embark-pug": {}
}
```
Requirements
======
- Embark 3.1.0 or higher