PE
PentiaLabs/fractal-vash-adapter
Vash templating with Fractal
Vash Adapter
Use Vash templates with Fractal.
See the Fractal view templates guide for details on customisation and usage.
Setup
In fractal.js put in:
const vash = require('@pentia/fractal-vash-adapter')({
helpersName: 'html'
});
fractal.components.engine(vash);
fractal.components.set('ext', '.cshtml');
And you should be good to go.
On this page
Languages
JavaScript100.0%
Contributors
Latest Release
1.0.1March 16, 2017Created March 15, 2017
Updated May 7, 2018