Skip to content

Commit df8c326

Browse files
committed
docs: update readme
1 parent cd20b45 commit df8c326

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Inspired by [react-codemod](https://github.com/reactjs/react-codemod).
88

99
## Usage
1010

11-
`npx vue-codemod -t <transformation> -f <path> [...options]
11+
`npx vue-codemod -t <transformation> -f <path> [...options]`
1212

1313
- `transformation` - name of transformation, see available transformations below. Or you can provide a path to a custom transformation module.
1414
- `path` - files or directory to transform
@@ -34,7 +34,7 @@ Alias of [`new-vue-to-create-app`](#new-vue-to-create-app)
3434
### rfc-0013
3535

3636
**WIP**
37-
Runs [`object-to-composition-api`](#object-to-composition-api)
37+
Runs [`object-to-composition-api`](#object-to-composition-api) and [`remove-composition-api-plugin`](#remove-composition-api-plugin)
3838

3939
### new-vue-to-create-app
4040

@@ -47,6 +47,10 @@ Converts `new Vue(...).$mount('#app')` calls to `createApp(...).mount(App, '#app
4747
Implements [RFC-0013 Composition API](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0013-composition-api.md).
4848
Migrated from https://github.com/vuejs/function-api-converter
4949

50+
### remove-composition-api-plugin
51+
52+
**TODO**: remove the usage of `@vue/composition-api` package as it's supported by default in Vue 3.
53+
5054
## Custom Transformation
5155

5256
TODO

0 commit comments

Comments
 (0)