saber-plugin-transformer-pug
v0.1.3
Published
Write pages in Pug and add support for importing Pug files
Readme
saber-plugin-transformer-pug
Write pages in Pug and add support for importing Pug files
Install
yarn add saber-plugin-transformer-pugUsage
In your saber-config.yml:
plugins:
- resolve: saber-plugin-transformer-pugTry it by populating a pages/try.pug:
strong hello worldThis page will be rendered as /try.html.
Like Markdown pages, you can only use frontmatter to define page data:
---
title: Try it
layout: try
---
strong hello
i worldUsing Pug in Vue SFC template block
<template lang="pug">
p hello world
</template>License
MIT.
