@alterjs/saber-plugin-transformer-pug
v0.13.0
Published
Write pages in Pug and add support for importing Pug files
Downloads
4
Readme
@alterjs/saber-plugin-transformer-pug
Write pages in Pug and add support for importing Pug files
Install
yarn add @alterjs/saber-plugin-transformer-pugUsage
In your saber-config.yml:
plugins:
- resolve: '@alterjs/saber-plugin-transformer-pug'Try 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.
