component-jade-fixed

0.0.1 • Public • Published

Component-Jade-Fixed

Only for component < 1.0.0

Install

# the module to --use
npm install component-jade-fixed
# depends on the jade runtime -- only needed if you use the .scripts
component install component-jade-fixed

Usage

component.json :

{
  // - Require a Jade function
  // usage : div.innerHTML = require('./template.jade')({my: 'arguments'})
  "scripts": ["template.jade"],

  // - Require a HTML string
  // usage : div.innerHTML = require('./tmpl-html.html')
  "templates": ["tmpl-html.jade"]
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1

Package Sidebar

Install

npm i component-jade-fixed

Weekly Downloads

1

Version

0.0.1

License

ISC

Last publish

Collaborators

  • nami-doc