1.1.0 • Published 6 months ago

@vituum/vite-plugin-latte v1.1.0

Weekly downloads
-
License
-
Repository
github
Last release
6 months ago

⚡️☕ ViteLatte

import latte from '@vituum/vite-plugin-latte'

export default {
    plugins: [
        latte()
    ],
    build: {
        rollupOptions: {
            input: ['index.latte.html']
        }
    }
}
  • Read the docs to learn more about the plugin options.
  • Use with Vituum to get multi-page support.

Basic usage

```html
<!-- index.latte with index.latte.json -->
{$title}

or

<!-- index.json  -->
{
  "template": "path/to/template.latte",
  "title": "Hello world"
}

Requirements

1.1.0

6 months ago

1.0.0

11 months ago

1.0.0-alpha.9

11 months ago

1.0.0-alpha.8

11 months ago

1.0.0-alpha.7

11 months ago

1.0.0-alpha.6

11 months ago

1.0.0-alpha.10

11 months ago

1.0.0-alpha.5

11 months ago

1.0.0-alpha.4

11 months ago

1.0.0-alpha.3

11 months ago

1.0.0-alpha.2

11 months ago

1.0.0-alpha.1

11 months ago

1.0.0-beta.1

11 months ago

0.1.20

1 year ago

0.1.21

1 year ago

0.1.18

1 year ago

0.1.19

1 year ago

0.1.17

1 year ago

0.1.14

2 years ago

0.1.15

1 year ago

0.1.16

1 year ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago