systemjs-plugin-text

WebJar for systemjs-plugin-text

Лицензия

Лицензия

MIT
Категории

Категории

JavaScript Языки программирования
Группа

Группа

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

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

systemjs-plugin-text
Последняя версия

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

0.0.11
Дата

Дата

Тип

Тип

jar
Описание

Описание

systemjs-plugin-text
WebJar for systemjs-plugin-text
Ссылка на сайт

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

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

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

https://github.com/systemjs/plugin-text

Скачать systemjs-plugin-text

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

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

Зависимости

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

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

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

Does not currently support SystemJS 1.0+. PR's welcome

text

SystemJS's text loading plugin. Text is loaded from the file into the variable as a string.

Installing

For SystemJS use, locate text.js in the application, and then locate it with map configuration:

System.config({
  map: {
    text: 'path/to/text.js'
  }
});

For installing with jspm, run jspm install text.

Basic Use

import myText from './mytext.html!text';

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

Версия
0.0.11
0.0.8