1. Introduction - neo13/blade.js GitHub Wiki

What is a blade?

Blade is a template system, introduced by Laravel and used by many people. It has a clean syntax and optimal that makes it easy to create and read templates. Blade.js uses the exact syntax as Blade which makes it easy to migrate your template from php to javascript. Blade.js tends to be fast and reliable. Blade.js is currently in developing phase.

What are the Features?

  • Supports Inheritance.
  • Implements Template Catching System to faster template loads.
  • Supports ajax template loading.
  • Lots of handy utilities like Form builder, Asset manager and etc.
  • ... .

Future works?

  • Integrating Blade.js with awesome platforms like Backbone.js, express and Sails.js.
  • Blade for other languages like Blade.py, Blade.ru, Blade.go and Blade.php.
  • Improve Blade.js performance.

Want to contribute?

We encourage you to use issue tracker. Also your welcome to send us a pull request but please make sure you use the same code style as the rest of code and also make sure that you wrote enough tests.