https://github.com/dcloudio/uni-migration
统一转换器,可实现将小程序项目转换为快应用项目
https://github.com/dcloudio/uni-migration
quickapp weixin-xiaochengxu
Last synced: 9 months ago
JSON representation
统一转换器,可实现将小程序项目转换为快应用项目
- Host: GitHub
- URL: https://github.com/dcloudio/uni-migration
- Owner: dcloudio
- License: apache-2.0
- Created: 2018-03-23T08:39:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T19:48:20.000Z (about 3 years ago)
- Last Synced: 2025-04-04T07:23:39.690Z (10 months ago)
- Topics: quickapp, weixin-xiaochengxu
- Language: JavaScript
- Homepage:
- Size: 630 KB
- Stars: 142
- Watchers: 24
- Forks: 37
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-quickapp - 快应用转换工具 - 小程序转快应用
README
# uni-migration
统一转换器,可实现将小程序项目转换为快应用、UniApp项目。
## 安装
$ npm install -g uni-migration
## 使用
$ uni-migration [options] [weapp_dir] output_dir
## 说明
- 小程序模板语法较为丰富,转换后的工程使用hap-toolkit编译可能会报语法错误,推荐使用 [HBuilderX](http://quickapp.dcloud.io) 进行转换开发
- [快应用示例](https://github.com/dcloudio/quickapp)