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
- Host: GitHub
- URL: https://github.com/elemefe/element-migration-helper
- Owner: ElemeFE
- Created: 2017-12-11T03:55:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T06:38:43.000Z (over 8 years ago)
- Last Synced: 2025-06-02T12:08:46.349Z (about 1 year ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 3
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```