Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/vicwang163/react-to-vue

transform React component into Vue component
https://github.com/vicwang163/react-to-vue

Last synced: 9 days ago
JSON representation

transform React component into Vue component

Lists

README

        

# react-to-vue
transform a basic react component to vue component

## Install
npm install react-to-vue -g

## Usage

``` sh
Usage: rtv [options] file(react component)

Options:

-V, --version output the version number
-o --output [string] the output file name
-t --ts it is a typescript component
-f --flow it is a component with Flow type annotations
-h, --help output usage information

```