Browse Source

update readme

liuyuqi-cnb 2 weeks ago
parent
commit
1bbf456176
1 changed files with 33 additions and 0 deletions
  1. 33 0
      README.md

+ 33 - 0
README.md

@@ -7,3 +7,36 @@ Web语法通过单一代码库构建iOS、Android和Web应用
 * [2017 ~ 2020]: Weex 在 Apache 软件基金会中孵化(代码仓库: [apache/incubator-weex](http://github.com/apache/incubator-weex)),按照 the apache way 的方式运作社区、迭代功能。
 * [2017 ~ 2020]: Weex 在 Apache 软件基金会中孵化(代码仓库: [apache/incubator-weex](http://github.com/apache/incubator-weex)),按照 the apache way 的方式运作社区、迭代功能。
 * [2021-05-09]: Apache IPMC 发起了 Weex 的退休投票。
 * [2021-05-09]: Apache IPMC 发起了 Weex 的退休投票。
 * [2021-05]: Weex 团队将代码仓库和工作流迁移回 [alibaba/weex](https://github.com/alibaba/weex)。
 * [2021-05]: Weex 团队将代码仓库和工作流迁移回 [alibaba/weex](https://github.com/alibaba/weex)。
+
+目前 weex-cli 2019 年就不更新了,无法创建项目
+
+## Develop
+
+
+```
+
+docker run --rm -it -w /app -v $(pwd):/app node:12 /bin/bash
+
+
+npm i -g weex-toolkit
+cd aa
+weex create awesome-project
+
+npm install
+npm start
+
+weex platform add ios
+weex platform add android
+
+weex run ios
+weex run android
+weex run web
+
+weex debug
+
+
+
+```
+
+## License
+