@pluginjs/template

0.8.10 • Public • Published

Template

npm package

template is a utility JavaScript library for html template parse.

Introduction

Installation

Yarn

yarn add @pluginjs/template

NPM

npm i @pluginjs/template

Getting Started

CDN:

Development:

<script src="https://unpkg.com/@pluginjs/template/dist/template.js"></script>

Production:

<script src="https://unpkg.com/@pluginjs/template/dist/template.min.js"></script>

API

render

Parameters

| Name | Type | Description | |||-| | string | String | | | args | templateOptions[] | |

Returns

| Name | Type | Description | |||-| | parsedResult | String | |

compile

Parameters

| Name | Type | Description | |||-| | str | String | |

Returns

| Name | Type | Description | |||-| | compileFunction | (args: templateOptions[]) => parsedResult | |

parse

Parameters

| Name | Type | Description | |||-| | str | String | |

Returns

| Name | Type | Description | |||-| | parsedResult | String | |

Browser support

Tested on all major browsers.

IE / EdgeIE / Edge FirefoxFirefox ChromeChrome SafariSafari OperaOpera
IE11, Edge last 2 versions last 2 versions last 2 versions last 2 versions

License

@pluginjs/template is Licensed under the GPL-v3 license.

If you want to use @pluginjs/template project to develop commercial sites, themes, projects, and applications, the Commercial license is the appropriate license. With this option, your source code is kept proprietary.

For purchase an Commercial License, contact us purchase@thecreation.co.

Copyright

Copyright (C) 2022 Creation Studio Limited.

Readme

Keywords

none

Package Sidebar

Install

npm i @pluginjs/template

Homepage

pluginjs.com

Weekly Downloads

63

Version

0.8.10

License

GPL-3.0

Unpacked Size

15.2 kB

Total Files

9

Last publish

Collaborators

  • thecreation
  • kaptinlin