https://github.com/eddyerburgh/vue-test-utils-ava-example
An example vue-test-utils project with AVA
https://github.com/eddyerburgh/vue-test-utils-ava-example
ava vue-test-utils vuejs
Last synced: 6 months ago
JSON representation
An example vue-test-utils project with AVA
- Host: GitHub
- URL: https://github.com/eddyerburgh/vue-test-utils-ava-example
- Owner: eddyerburgh
- Created: 2017-07-21T12:00:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:18:16.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T23:58:59.724Z (over 1 year ago)
- Topics: ava, vue-test-utils, vuejs
- Language: JavaScript
- Homepage:
- Size: 1.33 MB
- Stars: 30
- Watchers: 5
- Forks: 3
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-test-utils-ava-example
> An example project using vue-test-utils and ava to run unit tests
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report
```For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
[Demo project using Nuxt.js and AVA for E2E and unit testing.](https://github.com/vinayakkulkarni/nuxt-ava-e2e-unit-testing)