This repository provides the following two packages.
They are currently in beta.
You can install these packages by the following command.
npm install --save-dev @vue/test-utils
npm install --save-dev @vue/server-test-utils
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
Refer to the documentation
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.
Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.
Please make sure to read the Contributing Guide before making a pull request.
Changes for each release are documented in the release notes.
For the latest releases and announcements, follow on Twitter: @vuejs