@vue/test-utils

WebJar for @vue/test-utils

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

vue__test-utils
Last Version

Last Version

1.0.0-beta.12
Release Date

Release Date

Type

Type

jar
Description

Description

@vue/test-utils
WebJar for @vue/test-utils
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/vuejs/vue-test-utils

Download vue__test-utils

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : lodash jar [4.17.4,5)

Project Modules

There are no modules declared in this project.

Vue Test Utils Build Status

Vue Test Utils is the official testing library for Vue.js.

Packages

This repository provides the following two packages:

You can install these packages by the following command.

npm install --save-dev @vue/test-utils
npm install --save-dev @vue/server-test-utils

Peer Dependencies

You need to install vue-template-compiler which is used to compile components. It should be the same version as the version of Vue you are using.

npm install --save-dev vue-template-compiler

Documentation

Refer to the documentation

Questions

For questions and support please use the Discord chat room or the official forum. The issue list of this repo is exclusively for bug reports and feature requests.

Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

Contribution

Please make sure to read the Contributing Guide before making a pull request.

Changelog

Changes for each release are documented in the release notes.

Stay In Touch

For the latest releases and announcements, follow on Twitter: @vuejs

License

MIT

org.webjars.npm

vuejs

Versions

Version
1.0.0-beta.12