1.0.0 • Published 6 years ago

thymeleafjs-adapter v1.0.0

Weekly downloads
1
License
UNLICENSED
Repository
-
Last release
6 years ago

Thymeleaf Adapter

Use Thymeleaf templates with Fractal.

Usage

Install via NPM:

npm i thymeleafjs-adapter

Then configure your Fractal instance:

fractal.components.engine('thymeleafjs-adapter');
// register the thymeleaf engine adapter for your components

fractal.components.set('ext', '.html');
// look for files with a .thymeleaf file extension