vue-template-es2015-compiler

WebJar for vue-template-es2015-compiler

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

vue-template-es2015-compiler
Last Version

Last Version

1.6.0
Release Date

Release Date

Type

Type

jar
Description

Description

vue-template-es2015-compiler
WebJar for vue-template-es2015-compiler
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

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

Download vue-template-es2015-compiler

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.6.0