💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
[文档](https://weex.apache.org/cn/guide/) ## 1.初始化[#](https://weex.apache.org/cn/guide/#chu-shi-hua) ## 2.[手机调试](https://weex.apache.org/cn/tools/playground.html) ~~~ https://weex.apache.org/cn/tools/playground.html ~~~ ## 3.项目构建 请确保你已经安装了[Node.js](https://nodejs.org/),然后全局安装`weex-toolkit`。 ~~~ npm install weex-toolkit -g ~~~ ~~~ weex create my-app ~~~ weex-ui ui组件库 ~~~ https://alibaba.github.io/weex-ui/#/cn/ ~~~ ## 4.weex与vue的异同点 - 不推荐使用vue-router ## weex与css - 不能简写 ~~~ margin:10px ~~~ 必须写成 ~~~ margin-top:10px; margin-bottom:10px; margin-right:10px; margin-left:10px; ~~~ - 所有单位使用px,weex默认宽度为750,之后自动适配 - weex盒子模型默认为border-box