Skip to content

MeoMix/plugin-hbs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plugin-hbs

Handlebars template loader plugin for system.js

Installation

jspm install hbs

Usage

You can now import your .hbs files as such:

'use strict';

import {ItemView} from 'marionette';
import template from './myTemplate.hbs!';

export default ItemView.extend({
  template,
  initialize() {}
});

Head over to https://github.com/davis/jspm-marionette to see a working example that uses this plugin.

About

Handlebars template loader plugin for system.js

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%