embark-pug

Embark plugin to support pug / jade templates

Usage no npm install needed!

<script type="module">
  import embarkPug from 'https://cdn.skypack.dev/embark-pug';
</script>

README

Embark-pug

Plugin for 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:

  "plugins": {
    "embark-pug": {}
  }

Requirements

  • Embark 3.1.0 or higher