Skip to content

Commit 15a88cf

Browse files
committed
Update Roadmap
1 parent b1ece3b commit 15a88cf

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Roadmap.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Legend of annotations:
2626
* [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)
2727
* [ ] Make it compatible with the TypeScript plugin
2828
* [ ] Support [`vue-router-next`](https://github.com/vuejs/vue-router-next/)
29-
* [ ] Support Vuex 4 (Not yet available, but there is an experimental repository at [https://github.com/kiaking/vuex3-on-vue3](https://github.com/kiaking/vuex3-on-vue3))
29+
* [ ] Support Vuex 4 (will soon be available under the `4.0` branch of the Vuex repository)
3030
* [ ] 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)
3131
* [ ] 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)
3232

@@ -37,8 +37,13 @@ Legend of annotations:
3737

3838
## Development Usage
3939

40-
* [ ] **cli-service:** (in `serve` command) allow lazy compile for multi-page apps, to speed up compilation. [\#5178](https://github.com/vuejs/vue-cli/issues/5178)
40+
* [ ] **cli-service:** (in `serve` command) allow lazy compile for multi-page apps, to speed up compilation. [\#5178](https://github.com/vuejs/vue-cli/issues/5178)
4141
* [ ] **typescript:** Recommend [`vti`](https://github.com/vuejs/vetur/issues/1635) as a standalone type checking utility
42+
* [ ] :muscle: **eslint:** find a way to work around the cache issue [\#3065](https://github.com/vuejs/vue-cli/issues/3065)
43+
44+
## Vue CLI UI
45+
46+
TODO
4247

4348
## Keeping Up With the Ecosystem
4449

0 commit comments

Comments
 (0)