-
Because every version of minapp depends on json_annotation ^3.0.1 and color_master depends on json_annotation 4.4.0, minapp is forbidden.
So, because project depends on minapp 1.0.0-alpha-6, version …
-
Here's the sample error message I get:
```
PHP Warning: file(/var/www/log/2011-03-05T18:01:33/1/http%3A%2F%2Flocalhost%2Fzend%2F1.10.2-project%2Fproject%2Fpublic%2Findex.php%2Fhello%2Fworld/1.log): …
-
现在小程序的样式文件或者 img src 都可以直接引用本地的图片,也就是说,minapp build应该不需要对本地图片资源路径进行修改了, --public_path应该也不需要了, minapp dev也不需要开一个本地服务来serve图片
-
## 描述
发布自定义组件库时能支持`minapp-vscode`代码支持。
看了下源码是在如下地方拿到对应组件json描述
> packages/minapp-common/src/custom.ts
![image](https://user-images.githubusercontent.com/4362412/53234855-745ca380-36cb-11e9-8b40-…
-
I initially filed this in `gunicorn` repo but now I am pretty convinced it's a problem with `Celery` and non-polling result backends, e.g. RabbitMQ or Redis (as per `Celery` documentation). Here's the…
rbagd updated
2 years ago
-
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...
npm ERR! code 1
npm ERR! path D:\myProject\minApps\test01\my-app\no…
-
**有一点点私心哈**
小程序对 npm 一直都不怎么友好,我写了一个 [minapp](https://github.com/qiu8310/minapp) 的框架,对 npm 很友好,可以直接调用 npm 包中的组件,不过有两件事要注意:
1. 将 package.json 中的 main 字段指定到你组件的 js 文件
2. 最好是将 js 处理成 es5 (`@minapp/…
-
### .vscode/settings.json 配置
```json
{
"editor.formatOnSave": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormat…
-
**功能描述:**
最近New Miniprogram Component没了啊
-
```
-Open the file min/lib/Minify/Controller/MinApp.php
#find:
$realpath = realpath($file);
if ($realpath && is_file($realpath)) {
#replace with:
…