Skip to content

Commit 5245f73

Browse files
committed
Update Roadmap
1 parent fa57ea9 commit 5245f73

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

Roadmap.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,8 @@ Legend of annotations:
2424
## Vue 3 Support
2525

2626
* [ ] :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)
3329

3430
## Production Usage
3531

@@ -53,7 +49,7 @@ TODO
5349

5450
## Keeping Up With the Ecosystem
5551

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)
5753
* [ ] **typescript:** Support scaffolding with `@vue/composition-api`
5854
* [ ] :runner: Fully support Yarn 2 [\#5135](https://github.com/vuejs/vue-cli/issues/5135)
5955
* [ ] 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
7672
Current planned features of Vue CLI 5 include:
7773

7874
* Webpack 5
79-
* Blocked by [https://github.com/vuejs/vue-loader/issues/1620](https://github.com/vuejs/vue-loader/issues/1620)
8075
* Cypress 4
8176
* Workbox 5
8277
* Jest 25

0 commit comments

Comments
 (0)