Skip to content
#

weex

Here are 315 public repositories matching this topic...

jimwmg
jimwmg commented Dec 26, 2019

以下只提供一种用 eslint 校验CML项目的方案,开发者可以根据自己情况选择;

如何使用eslint校验本次提交

如何使用eslint规范CML项目

如何用eslint校验js文件

如何用eslint校验cml文件

如何看standard的具体的rules代表的含义

standard 具体的规则参考 node_modules/eslint-config-standard/eslintrc.json

[eslint配置详细解释中文文档](https://eslint.bootcss.com/docs/user-gu

Q&A

超完整的React Native项目,功能丰富,适合学习和日常使用。GSYGithubApp系列的优势:我们目前已经拥有Flutter、Weex、ReactNative、kotlin 四个版本。 功能齐全,项目框架内技术涉及面广,完成度高,配套文章,适合全面学习,对比参考。开源Github客户端App,更好的体验,更丰富的功能,旨在更好的日常管理和维护个人Github,提供更好更方便的驾车体验Σ( ̄。 ̄ノ)ノ。同款Weex版本 : https://github.com/CarGuo/GSYGithubAppWeex 、同款Flutter版本 : https://github.com/CarGuo/GSYGithubAppFlutter 、原生 kotlin 版本 https://github.com/CarGuo/GSYGithubAppKotlin

  • Updated May 19, 2020
  • JavaScript

超完整的Weex开源项目,功能丰富,适合学习和日常使用。GSYGithubApp系列的优势:我们目前已经拥有Flutter、Weex、ReactNative、Kotlin四三个版本。 功能齐全,项目框架内技术涉及面广,完成度高,配套文章,适合全面学习,对比参考。开源Github客户端App,更好的体验,更丰富的功能,旨在更好的日常管理和维护个人Github,提供更好更方便的驾车体验Σ( ̄。 ̄ノ)ノ。同款Flutter版本 : https://github.com/CarGuo/GSYGithubAppFlutter 、同款React Native版本 : https://github.com/CarGuo/GSYGithubApp 、原生 kotlin 版本 https://github.com/CarGuo/GSYGithubAppKotlin

  • Updated Dec 31, 2019
  • JavaScript
incubator-weex-cli
hgc2002
hgc2002 commented Nov 29, 2019

"npm run ios" fails when cloning the pod repo because the repo url is not well defined.
this make it to download the repo every time, that takes much longer than npm command is stated to wait for.

The reason why "pod update" fails is because it tries to clone the repo every time, but url is rejected by GitHub, so the repo is always missing.

Pod repo is defined by default project template in

roguexiaohuihui
roguexiaohuihui commented Apr 13, 2020

想新增一个alias,像vue脚手架默认填写的:
resolve: {
alias: {
'vue$': 'vue/dist/vue.esm.js',
'@': resolve('src')
}
},

即将@指向到某一个目录,比如app/web/目录,我在webpack.config.js文件添加了

module.exports = {
egg: true,
devtool: 'eval',
target: 'web',
entry: {
admin: 'app/web/page/admin/index.js'
},
cssExtract: true,
dll: ['vue', 'vue-router', 'vuex',

Improve this page

Add a description, image, and links to the weex topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the weex topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.