/laravel-blade-js

Laravel's blade templating engine for JavaScript

Primary LanguageTypeScriptMIT LicenseMIT

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