vue-template-es2015-compiler

WebJar for vue-template-es2015-compiler

Лицензия

Лицензия

MIT
Группа

Группа

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

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

vue-template-es2015-compiler
Последняя версия

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

1.6.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

vue-template-es2015-compiler
WebJar for vue-template-es2015-compiler
Ссылка на сайт

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

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

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

https://github.com/vuejs/vue-template-es2015-compiler

Скачать vue-template-es2015-compiler

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

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

Зависимости

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

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

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

This is an internal package used by vue-loader and vueify. It processes the raw render functions generated by vue-template-compiler to:

  1. add support to ES2015 features in template expressions via Buble. (see supported features here).

Note: since version 1.8.0, object rest spread usage inside templates are transpiled to Object.assign calls by default. This means if you need to support IE, you will need to polyfill Object.assign. (Latest version of Vue CLI will do this for you).

  1. remove the with block inside render functions to make it strict-mode compliant. This is performed only at build time so that the base template compiler can be extremely small and lightweight.

The buble implementation is built from a fork at https://github.com/yyx990803/buble

org.webjars.npm

vuejs

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

Версия
1.6.0