Skip to content

Commit e59a809

Browse files
committed
chore: update readme [ci skip]
1 parent ca69125 commit e59a809

File tree

1 file changed

+36
-3
lines changed

1 file changed

+36
-3
lines changed

README.md

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,48 @@
11
# vue-next [![CircleCI](https://circleci.com/gh/vuejs/vue-next.svg?style=svg&circle-token=fb883a2d0a73df46e80b2e79fd430959d8f2b488)](https://circleci.com/gh/vuejs/vue-next)
22

3-
## Status: Alpha.
3+
## Status: Beta.
44

5-
The current codebase has reached feature parity with v2.x (except for features explicitly removed by RFCs), and has landed all the changes proposed in [merged RFCs](https://github.com/vuejs/rfcs/pulls?q=is%3Apr+is%3Amerged+label%3A3.x). We are ready to advance to beta phase once we resolve a number of pending RFCs.
5+
- All planned RFCs have been merged.
66

7-
There is a simple webpack-based setup with Single-File Component support available [here](https://github.com/vuejs/vue-next-webpack-preview).
7+
- All [merged RFCs](https://github.com/vuejs/rfcs/pulls?q=is%3Apr+is%3Amerged+label%3A3.x) have been implemented.
8+
9+
- Vue CLI now has experimental support via [vue-cli-plugin-vue-next](https://github.com/vuejs/vue-cli-plugin-vue-next).
10+
11+
- There is also a simple plain webpack-based setup with Single-File Component support available [here](https://github.com/vuejs/vue-next-webpack-preview).
812

913
Please note that there could still be undocumented behavior inconsistencies with 2.x. When you run into such a case, please make sure to first check if the behavior difference has already been proposed in an existing RFC. If the inconsistency is not part of an RFC, then it's likely unintended, and an issue should be opened (please make sure to use the [issue helper](https://new-issue.vuejs.org/?repo=vuejs/vue-next) when opening new issues).
1014

1115
In addition, the current implementation requires native ES2015+ in the runtime environment and does not support IE11 (yet). The IE11 compatible build will be worked on after we have reached RC stage.
1216

17+
## Official Libraries Vue 3 Support Status
18+
19+
| Project | Status |
20+
|---------|--------|
21+
| vue-router | Alpha [[Proposed RFCs][router-rfcs]] [[GitHub][router-code]] [[npm][router-npm]] |
22+
| vuex | Alpha, with same API [[GitHub][vuex-code]] [[npm][vuex-npm]] |
23+
| vue-class-component | Alpha [[Github][vcc-code]] [[npm][vcc-npm]] |
24+
| vue-cli | Experimental support via [vue-cli-plugin-vue-next][cli] |
25+
| eslint-plugin-vue | Alpha [[Github][epv-code]] [[npm][epv-npm]] |
26+
| vue-test-utils | Pre-alpha [[Github][vtu-code]] [[npm][vtu-npm]] |
27+
| vue-devtools | WIP |
28+
| jsx | WIP |
29+
30+
[router-code]: https://github.com/vuejs/vue-router-next
31+
[router-rfcs]: https://github.com/vuejs/rfcs/pulls?q=is%3Apr+is%3Aopen+label%3Arouter
32+
[router-npm]: https://unpkg.com/vue-router@next/
33+
[vuex-code]: https://github.com/vuejs/vuex/tree/4.0
34+
[vuex-npm]: https://unpkg.com/vuex@next/
35+
[cli]: https://github.com/vuejs/vue-cli-plugin-vue-next
36+
[vue-loader-code]: https://github.com/vuejs/vue-loader/tree/next
37+
[vue-loader-npm]: https://unpkg.com/vue-loader@next/
38+
[vcc-code]: https://github.com/vuejs/vue-class-component/tree/next
39+
[vcc-npm]: https://unpkg.com/vue-class-component@next/
40+
[vtu-code]: https://github.com/vuejs/vue-test-utils-next
41+
[vtu-npm]: https://www.npmjs.com/package/@vue/test-utils
42+
[epv-code]: https://github.com/vuejs/eslint-plugin-vue
43+
[epv-npm]: https://unpkg.com/browse/[email protected]/
44+
[vue-devtools]: https://github.com/vuejs/vue-devtools
45+
1346
## Contribution
1447

1548
See [Contributing Guide](https://github.com/vuejs/vue-next/blob/master/.github/contributing.md).

0 commit comments

Comments
 (0)