laravel-blade-js icon indicating copy to clipboard operation
laravel-blade-js copied to clipboard

Laravel's blade templating engine for JavaScript

trafficstars

laravel-blade-js

TravisCI Build Status AppVeyor Build Status npm version

Packages

The project is divided into two separate packages:

  • compiler - package that can compile blade templates into pure JavaScript async generator functions.
  • runtime - package that can run these functions.
  • loader - webpack loader.

Compiler can be used together with runtime, but it is recommended to compile templates before using them in server or browser.

Installation and Usage

Examples