-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9401244
commit d8f9c41
Showing
1 changed file
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
## Pad 基座 APP 开发调研 | ||
|
||
**特性列表**; | ||
|
||
1. uniapp | ||
- 跨平台,支持 iOS、Android、Web、**小程序** | ||
- 支持应用内嵌 | ||
- 系统 API 支持 | ||
- 使用**Vue.js**开发项目 | ||
- 支持本地打包(需要安装 Android 的一系列环境)、**云打包**(不需要配置相应的环境) | ||
2. flutter: | ||
- 跨平台,支持 iOS、Android、Web | ||
- 支持应用内嵌 | ||
- 系统 API 支持 | ||
- 使用**Dart**技术开发项目 | ||
- 支持本地打包(需要安装 Android 的一系列环境) | ||
3. react native | ||
- 跨平台,支持 iOS、Android、Web | ||
- 支持应用内嵌 | ||
- 系统 API 支持 | ||
- 使用 web 技术开发项目 | ||
- **兼容流行的 web 框架库** **React.js** | ||
- 支持本地打包(需要安装 Android 的一系列环境) | ||
4. Ionic: | ||
- 跨平台,支持 iOS、Android、Web | ||
- 支持应用内嵌 | ||
- 系统 API 支持 | ||
- 使用 web 技术开发项目 | ||
- **兼容流行的 web 框架库**,比如 Vue.js、React.js 等 | ||
- 支持本地打包(需要安装 Android 的一系列环境) | ||
5. Hippy | ||
- 跨平台,支持 iOS、Android、**桌面**、Web | ||
- 支持应用内嵌 | ||
- 系统 API 支持 | ||
- 使用 web 技术开发项目 | ||
- **兼容流行的 web 框架库**,比如 Vue.js、React.js 等 | ||
- 支持本地打包(需要安装 Android 的一系列环境) | ||
6. Cordova | ||
- 跨平台,支持 iOS、Android、**桌面**、Web | ||
- 支持应用内嵌 | ||
- 系统 API 支持 | ||
- 使用 web 技术开发项目 | ||
- 支持本地打包(需要安装 Android 的一系列环境) | ||
7. .NET MAUI | ||
- 跨平台,支持 iOS、Android、桌面 | ||
- 支持应用内嵌 | ||
- 系统 API 支持 | ||
- 使用 **csharp、xaml** 语言开发项目 | ||
- 支持本地打包(需要安装 Android 的一系列环境) | ||
8. Weex | ||
- 跨平台,支持 iOS、Android、Web | ||
- 支持应用内嵌 | ||
- 系统 API 支持 | ||
- 使用 web 技术开发项目 | ||
- 支持本地打包(需要安装 Android 的一系列环境) | ||
- **最后一个版本发布停留在三年前** |