-
## Objective:
Guide developers in their migration from vue 2 to vue 3, specifically in their dependencies
## Contents
- name of library
- name of the branch where the vue 3 work has started
…
-
`https://vue-test-utils.vuejs.org/en/guides/testing-SFCs-with-mocha-webpack.html` should be `https://vue-test-utils.vuejs.org/guides/#testing-single-file-components-with-mocha-webpack`
-
**I'm submitting a ...** (check one with "x")
```
[x] Bug report => search github for a similar issue or PR before submitting
[ ] Feature request
[ ] Other, please describe
```
**Tell about…
-
```
Testing.vue:
Your contents
import Vue from 'vue'
import IScrollView from 'vue-iscroll-view'
import IScroll from 'iscroll'
Vue.use(IScrollView, IScroll)
.scroll…
-
### Version
1.0.0-beta.32
### Reproduction link
[https://github.com/ndabAP/vue-test-utils-props-update-issue](https://github.com/ndabAP/vue-test-utils-props-update-issue)
### Steps to reproduc…
-
`vue-book` doesn't provide any means for automated testing, which is crucial for larger apps.
I can see 2 directions to go:
1) Implement `vue-book` functionality on top of `storybook`, allowing yo…
asvae updated
2 years ago
-
technically not a Vue module, Vue-tools is supposed to be an offline testing and building cli tool for Vue components, using vue-tools we no longer repeat the same settings on testing/building for dif…
-
It would be convenient if deno could be pick up an existing repo, and be compatible with the tsconfig.json files, to ease the gradual migration.
This is in many ways similar to the package.json com…
-
### Describe the suggested improvement
#### Is your improvement related to a problem? Please describe.
Our current Vue.js application has some remaining composables that maintain state at the mo…
-
I am having the same issue as #157. I can not reproduce it though. It appears only the one specific project I am working on exhibits this issue. I created a new project and it was working fine. Howeve…