Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

frctl/vash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vash Adapter

Use Vash templates with Fractal.

Installation

npm install @frctl/vash

or

yarn add @frctl/vash

Usage

In your fractal.config.js file:

const vashAdapter = require('@frctl/vash')();
fractal.components.engine(vashAdapter);
fractal.components.set('ext', '.vash');