https://github.com/dangvanthanh/vue-practice
Vue Practice
https://github.com/dangvanthanh/vue-practice
vue vue3 vue3-composition-api
Last synced: about 2 months ago
JSON representation
Vue Practice
- Host: GitHub
- URL: https://github.com/dangvanthanh/vue-practice
- Owner: dangvanthanh
- Created: 2018-12-20T15:06:23.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T16:55:54.000Z (over 3 years ago)
- Last Synced: 2026-03-11T13:32:52.039Z (3 months ago)
- Topics: vue, vue3, vue3-composition-api
- Language: JavaScript
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Test Utils
## Setup
``` bash
npm install
npm test
```
## Resources
- [vue-test-utils docs](https://vue-test-utils.vuejs.org)
- [vue-test-utils repo](https://github.com/vuejs/vue-test-utils)