0.1.8 • Published 3 years ago

vite-plugin-latte v0.1.8

Weekly downloads
-
License
-
Repository
github
Last release
3 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

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

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