You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Roadmap.md
+3-8Lines changed: 3 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,8 @@ Legend of annotations:
24
24
## Vue 3 Support
25
25
26
26
*[]:runner: Should add a first-class Vue 3 option once things are ready
27
-
* [x] The core logic has been implemented in [https://github.com/vuejs/vue-cli-plugin-vue-next](https://github.com/vuejs/vue-cli-plugin-vue-next)
28
-
* [ ] Make it compatible with the TypeScript plugin
29
-
* [ ] Support [`vue-router-next`](https://github.com/vuejs/vue-router-next/)
30
-
* [ ] Support Vuex 4 (a preview version will soon be available for testing purpose)
31
-
* [ ] Update the unit test examples with [`@vue/runtime-test`](https://github.com/vuejs/vue-next/tree/master/packages/runtime-test) (or `@vue/test-utils` when the v1.0 version with Vue 3 support is available)
32
-
* [ ] Update ESLint configs to include new rules for Vue 3 [https://github.com/vuejs/eslint-plugin-vue/issues/1035](https://github.com/vuejs/eslint-plugin-vue/issues/1035)
27
+
* [x] The core logic has been implemented in [https://github.com/vuejs/vue-cli-plugin-vue-next](https://github.com/vuejs/vue-cli-plugin-vue-next)
28
+
* [ ] The progress is tracked at [https://github.com/vuejs/vue-cli-plugin-vue-next/projects/1](https://github.com/vuejs/vue-cli-plugin-vue-next/projects/1)
33
29
34
30
## Production Usage
35
31
@@ -53,7 +49,7 @@ TODO
53
49
54
50
## Keeping Up With the Ecosystem
55
51
56
-
*[]**cli-service:** Support `vue.config.ts` and `vue.config.mjs`[\#2138](https://github.com/vuejs/vue-cli/issues/2138)[\#4477](https://github.com/vuejs/vue-cli/issues/4477)
52
+
*[]**cli-service:** Support `vue.config.ts` and `vue.config.mjs`[\#2138](https://github.com/vuejs/vue-cli/issues/2138)[\#4477](https://github.com/vuejs/vue-cli/issues/4477)[\#5046](https://github.com/vuejs/vue-cli/issues/5046)
57
53
*[]**typescript:** Support scaffolding with `@vue/composition-api`
58
54
*[]:runner: Fully support Yarn 2 [\#5135](https://github.com/vuejs/vue-cli/issues/5135)
59
55
*[ ] Get rid of (possible) deprecated packages from dependencies
@@ -76,7 +72,6 @@ At the moment of writing, we plan to ship Vue CLI 5 after the stable release of
76
72
Current planned features of Vue CLI 5 include:
77
73
78
74
* Webpack 5
79
-
* Blocked by [https://github.com/vuejs/vue-loader/issues/1620](https://github.com/vuejs/vue-loader/issues/1620)
0 commit comments