GithubHelp home page GithubHelp logo

blackbellme / ember-dynamic-render-template Goto Github PK

View Code? Open in Web Editor NEW

This project forked from miguelcobain/ember-dynamic-render-template

0.0 1.0 0.0 257 KB

Render DOM from a template string.

License: MIT License

JavaScript 81.82% HTML 14.10% Handlebars 4.08%

ember-dynamic-render-template's Introduction

ember-dynamic-render-template Build Status

This addon allows you to render from an handlebars string.

NOTE1: This is an experimental addon, mostly used for creating interactive examples.

NOTE2: This will include the handlebars compiler in your app.

Usage

{{render-template
  templateString="String: {{a}} + {{b}} = {{c}} - {{my-component}}"
  props=(hash a=1 b=1 c=2)}}

Installation

ember install ember-dynamic-render-template

Linting

  • npm run lint:js
  • npm run lint:js -- --fix

Running tests

  • ember test – Runs the test suite on the current Ember version
  • ember test --server – Runs the test suite in "watch mode"
  • ember try:each – Runs the test suite against multiple Ember versions

Running the dummy application

For more information on using ember-cli, visit https://ember-cli.com/.

License

This project is licensed under the MIT License.

ember-dynamic-render-template's People

Contributors

miguelcobain avatar antonbavykin1991 avatar robbiethewagner avatar briansipple avatar ember-tomster avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.