reaux-cli 通过命令行创建 reaux 应用程序 安装 npm i reaux-cli -g 使用 rc init <project-name> ## 创建项目 rc module <module-name> ## 创建模块 rc comp <component-name> [destination-path] ## 创建组件 rc state ## 更新全局状态 rc download <source-url> <destination-path> ## 下载资源