Skip to content

Commit d918bb3

Browse files
committed
docs: update readme
1 parent 89ee513 commit d918bb3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@ vue add vue-next
1717

1818
- [x] Add Vue 3 alpha and `@vue/compiler-sfc` to the project dependencies.
1919
- [x] Configure webpack to compile `.vue` files with the new Vue 3 compiler.
20-
- [x] [A simple codemod](./generator/codemods/rfc09-global-api) that automatically migrates some global API changes mentioned in [RFC-0009](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0009-global-api-change.md).
20+
- [x] [Codemods](./generator/codemods/global-api) that automatically migrate some global API changes mentioned in [RFC-0009](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0009-global-api-change.md).
21+
- [x] Install Vuex 4.0 & Vue Router 4.0 in the project, if older versions of them are detected.
22+
- [x] Codemods for the API changes in Vuex and Vue Router.
2123

2224
## TODOs
2325

2426
- [ ] More comprehensive codemods for breaking changes in Vue 3.
27+
- [ ] TypeScript support
28+
- [ ] Test utils support

0 commit comments

Comments
 (0)