dustjs

WebJar for dustjs

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.bower
Идентификатор

Идентификатор

dustjs
Последняя версия

Последняя версия

0.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

dustjs
WebJar for dustjs
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/akdubya/dustjs

Скачать dustjs

Имя Файла Размер
dustjs-0.3.0.pom
dustjs-0.3.0.jar 130 KB
dustjs-0.3.0-sources.jar 22 bytes
dustjs-0.3.0-javadoc.jar 22 bytes
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.bower/dustjs/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>dustjs</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/dustjs/
implementation 'org.webjars.bower:dustjs:0.3.0'
// https://jarcasting.com/artifacts/org.webjars.bower/dustjs/
implementation ("org.webjars.bower:dustjs:0.3.0")
'org.webjars.bower:dustjs:jar:0.3.0'
<dependency org="org.webjars.bower" name="dustjs" rev="0.3.0">
  <artifact name="dustjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='dustjs', version='0.3.0')
)
libraryDependencies += "org.webjars.bower" % "dustjs" % "0.3.0"
[org.webjars.bower/dustjs "0.3.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Dust

Asynchronous templates for the browser and node.js

http://akdubya.github.com/dustjs

Why?

I like Mustache and variants but none of them offers quite what I need.

Use Dust if you want these things:

  • async/streaming operation
  • browser/node compatibility
  • extended Mustache/ctemplate syntax
  • clean, low-level API
  • high performance
  • composable templates

Composable templates?

{^xhr}
  {>base_template/}
{:else}
  {+main/}
{/xhr}
{<title}
  Child Title
{/title}
{<main}
  Child Content
{/main}

Installation

In Node:

$ npm install dust

To render compiled templates in the browser:

<script src="dust-core-0.3.0.min.js"></script>

Demo & Guide

Extensive docs and a full demo are available at http://akdubya.github.com/dustjs

Версии библиотеки

Версия
0.3.0