Skip to content

Commit fa57ea9

Browse files
committed
Update the Roadmap
1 parent e66d63d commit fa57ea9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Roadmap.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ Legend of annotations:
1717

1818
* [ ] Migrate the CI to GitHub Actions
1919
* [ ] 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
2223

2324
## Vue 3 Support
2425

@@ -40,6 +41,7 @@ Legend of annotations:
4041
* [ ] **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)
4142
* [ ] **typescript:** Recommend [`vti`](https://github.com/vuejs/vetur/issues/1635) as a standalone type checking utility
4243
* [ ] :muscle: **eslint:** find a way to work around the cache issue [\#3065](https://github.com/vuejs/vue-cli/issues/3065)
44+
* [ ] **cli-service:** consider adding [circular-dependency-plugin](https://github.com/aackerman/circular-dependency-plugin)
4345

4446
## Vue CLI UI
4547

@@ -81,4 +83,5 @@ Current planned features of Vue CLI 5 include:
8183
* Blocked by [https://github.com/vuejs/vue-jest/issues/217](https://github.com/vuejs/vue-jest/issues/217)
8284
* Enable modern mode by default
8385
* Drop support of Node.js 8
84-
* Drop support of TSLint
86+
* Drop support of TSLint
87+
* Consider deprecating the instant prototyping feature

0 commit comments

Comments
 (0)