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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Legend of annotations:
26
26
* [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)
27
27
* [ ] Make it compatible with the TypeScript plugin
28
28
* [ ] 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)
30
30
* [ ] 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)
31
31
* [ ] 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)
32
32
@@ -37,8 +37,13 @@ Legend of annotations:
37
37
38
38
## Development Usage
39
39
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)
41
41
*[]**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)
0 commit comments