一、安装
1、 cli全局环境
npm install -g hzero-cli --registry http://nexus.saas.hand-china.com/content/groups/hzero-npm-group # 安装 HZERO-CLI 工具
hzero-cli -h # 检查是否成功安装
2、 创建项目
hzero-cli new sample # 创建 HZERO 前端项目
cd sample && hzero-cli info # 查看当前工程信息
3、 选择版本号,正式版
图14、创建子模块
hzero-cli g sub-module test-module # 创建一个名字为 test-module 的子模块
5、进入子模块目录
cd packages/test-module # 进入子模块目录
6、在子模块下创建一个页面
hzero-cli g simple-page test-page # 创建一个名字为 test-page 的页面
7、环境配置
图28、启动
yarn start
网友评论