1.1.0 • Published 2 years ago
@vituum/vite-plugin-pug v1.1.0
⚡️🐕 VitePug
import pug from '@vituum/vite-plugin-pug'
export default {
plugins: [
pug()
],
build: {
rollupOptions: {
input: ['index.pug.html']
}
}
}
Basic usage
<!-- index.pug -->
include /path/to/template.pug
or
<!-- index.json -->
{
"template": "path/to/template.pug",
"title": "Hello world"
}
Requirements
1.1.0
2 years ago
1.0.0
2 years ago
1.0.0-alpha.2
2 years ago
1.0.0-alpha.1
2 years ago
1.0.0-beta.1
2 years ago
0.1.4
3 years ago
0.1.5
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago
0.0.1
3 years ago