weex
Here are 315 public repositories matching this topic...
如何给CML项目设置eslint?
以下只提供一种用 eslint 校验CML项目的方案,开发者可以根据自己情况选择;
standard 具体的规则参考 node_modules/eslint-config-standard/eslintrc.json
[eslint配置详细解释中文文档](https://eslint.bootcss.com/docs/user-gu
-
Updated
Jun 15, 2020 - JavaScript
-
Updated
May 6, 2020 - Vue
-
Updated
Feb 11, 2020 - Objective-C
建议routes 支持 可打开远程weex文件
-
Updated
May 19, 2020 - JavaScript
-
Updated
May 8, 2020
-
Updated
Mar 14, 2020 - JavaScript
为声明式布局生成一套新的提示文件
为声明式布局生成一套新的提示文件,
把现有的:改成.即可,文件后缀可能需要修改
-
Updated
Dec 20, 2019 - Vue
-
Updated
Dec 31, 2019 - JavaScript
-
Updated
Feb 11, 2020 - JavaScript
"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
webpack的alias配置咨询
想新增一个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',
easy build prod报错
-
Updated
Jun 14, 2020 - JavaScript
-
Updated
Nov 21, 2019 - HTML
-
Updated
Aug 9, 2017 - CoffeeScript
-
Updated
Oct 7, 2019 - Java
-
Updated
Nov 22, 2017 - JavaScript
Improve this page
Add a description, image, and links to the weex topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the weex topic, visit your repo's landing page and select "manage topics."
App went something wrong when I update weex from 0.18 to 0.26.
Above is compiled so files, is it all right?
The error means than initWeex error.But it no more other useful messages.