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

https://github.com/elemefe/element-migration-helper

CLI tool to aid in migration from Element-UI 1.x to 2.0
https://github.com/elemefe/element-migration-helper

Last synced: about 1 year ago
JSON representation

CLI tool to aid in migration from Element-UI 1.x to 2.0

Awesome Lists containing this project

README

          

## Element-migration-helper

CLI tool to aid in migration from Element-UI 1.x to 2.0

###Installation
```bash
# install
npm i element-migration-helper -g

# navigate to your element-ui 1.x project directory
cd myElementProject

# all files in current directory
element-migration-helper
```