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

https://github.com/dcloudio/uni-migration

统一转换器,可实现将小程序项目转换为快应用项目
https://github.com/dcloudio/uni-migration

quickapp weixin-xiaochengxu

Last synced: 9 months ago
JSON representation

统一转换器,可实现将小程序项目转换为快应用项目

Awesome Lists containing this project

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)