0.1.8 • Published 2 years ago

vite-plugin-latte v0.1.8

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

⚡️☕ ViteLatte

export default {
  plugins: [
    latte({
      bin: 'php', // php or docker or your own binary path
      filters: {
        icon: 'latte/IconFilter.php',
        nbsp: () => {}
      },
      functions: {},
      tags: {},
      globals: {
          template: 'playground/templates/Layout/Main.latte'
      }
    })
  ]
}
<!-- index.html -->
<script type="application/json">
  {
    "template": "path/to/template.latte",
    "title": "Hello world"
  }
</script>

Requirements

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago