LinusBorg / LinusBorg/vue-mixable

[Feature request] Vue 2 compact with vue-demi

Open
#4 1 comment 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
283
Forks
9
PR merge metrics
No merged PRs in 30d

Description

This is a very cool package but I think Vue 2 compact support is one of the big reasons to use it for some legacy projects which are slowly being migrated to Vue 2.7 or Vue 3
I see this part in the package.json and no Vue 2.x support, would we ever consider doing this?

All the import use: `import ... from 'vue'`, i think [vue-demi](https://github.com/vueuse/vue-demi) would be great for this instead, what do you think?

```
...
"vue": "^3.2.41",
"vue-tsc": "^1.0.8"
},
"peerDependencies": {
"vue": "^3.2"
},
...
```

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with package.json, especially the Vue and vue-tsc dependencies and peerDependencies, then trace the package's imports from 'vue'. Evaluate how vue-demi would provide compatibility for Vue 2 and Vue 3, and consider the existing package setup when defining done as supported Vue 2.x compatibility without breaking Vue 3 support.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.