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: about 1 month ago
JSON representation
transform React component into Vue component
- Host: GitHub
- URL: https://github.com/vicwang163/react-to-vue
- Owner: vicwang163
- Created: 2018-01-07T14:26:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T03:39:19.000Z (over 6 years ago)
- Last Synced: 2024-11-05T18:20:33.586Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 464
- Watchers: 14
- Forks: 46
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - react-to-vue
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```