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
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,9 @@ Legend of annotations:
17
17
18
18
*[] Migrate the CI to GitHub Actions
19
19
* [ ] Should test against multiple Node.js versions
20
-
*[] Add E2E tests that include a package publishing process (to a local npm registry)
21
-
*[]:muscle: Gradually migrate the codebase to TypeScript
20
+
*[] Add E2E tests that include a package publishing process (to a local npm registry)
21
+
*[ ] Eliminate circular dependencies in the codebase
22
+
*[]:muscle: Gradually migrate the codebase to TypeScript
22
23
23
24
## Vue 3 Support
24
25
@@ -40,6 +41,7 @@ Legend of annotations:
40
41
*[]**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
42
*[]**typescript:** Recommend [`vti`](https://github.com/vuejs/vetur/issues/1635) as a standalone type checking utility
42
43
*[ ]:muscle:**eslint:** find a way to work around the cache issue [\#3065](https://github.com/vuejs/vue-cli/issues/3065)
0 commit comments