https://github.com/dmitriyakkerman/vue-cli-test-workflow
Github workflow example for testing Vue applications created with Vue CLI and Vue Test Utils
https://github.com/dmitriyakkerman/vue-cli-test-workflow
github-workflow vue vue-cli vue-test-utils
Last synced: 8 months ago
JSON representation
Github workflow example for testing Vue applications created with Vue CLI and Vue Test Utils
- Host: GitHub
- URL: https://github.com/dmitriyakkerman/vue-cli-test-workflow
- Owner: dmitriyakkerman
- Created: 2021-08-23T19:44:38.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-10T19:50:25.000Z (over 4 years ago)
- Last Synced: 2025-04-09T12:11:18.518Z (about 1 year ago)
- Topics: github-workflow, vue, vue-cli, vue-test-utils
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-cli-test-workflow
Github workflow example for testing Vue applications created with Vue CLI and Vue Test Utils.
* Installs NPM dependencies
* Builds the bundle
* Lints the bundle
* Tests your code written with Vue Test Utils