-
Updated
Dec 2, 2020 - JavaScript
Java
Java was originally developed as an alternative to the C/C++ programming languages. It is now mainly used for building web, desktop, mobile, and embedded applications. Java is owned and licensed through Oracle, with free and open source implementations available from Oracle and other vendors.
Here are 3,251 public repositories matching this topic...
-
Updated
Dec 6, 2020 - JavaScript
-
Updated
Dec 2, 2020 - JavaScript
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Dec 2, 2020 - JavaScript
-
Updated
Aug 17, 2020 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jan 24, 2018 - JavaScript
-
Updated
Nov 3, 2020 - JavaScript
-
Updated
Feb 12, 2019 - JavaScript
-
Updated
Jul 6, 2020 - JavaScript
-
Updated
Dec 6, 2020 - JavaScript
-
Updated
Sep 27, 2020 - JavaScript
-
Updated
Nov 15, 2020 - JavaScript
-
Updated
Dec 2, 2020 - JavaScript
If a prepare hook is defined in a platform block, it is not executed when cordova prepare is called without specifying a platform.
My expectation is that the platform prepare hooks will be still be called when a platform is not provided as an argument to the platform prepare command.
For example:
Given the following hook:
<platform name="android">
<hook type="after_prepare"
-
Updated
Nov 30, 2020 - JavaScript
-
Updated
Nov 22, 2020 - JavaScript
-
Updated
Nov 30, 2020 - JavaScript
-
Updated
Oct 20, 2020 - JavaScript
-
Updated
May 19, 2020 - JavaScript
Created by James Gosling
Released May 23, 1995
- Website
- www.oracle.com/technetwork/java/javase/overview/index.html
- Wikipedia
- Wikipedia
Is your feature request related to a problem? Please describe.
支持自动检测框架的覆盖范围仅仅支持了几个常见前端框架和函数,还可以拓展更多的框架和语言来提升体验
这块的实现是基于配置式的,可以比较轻松拓展一个新框架的支持
https://github.com/TencentCloudBase/cloudbase-framework/blob/master/packages/framework-core/src/detect-frameworks/frameworks.ts
大家可以通过这个快速参与进核心代码的开发当中,目前可以考虑支持的框架和技术有 Hexo, Egg, Koa, Express, Koa , Docker 容器等