# 团餐 H5 注册页 ## 安装 node > 16.0.0 ```shell npm install ``` ## 运行 ```shell npm run dev:h5 # 开发预览 npm run build:h5 # 打包 ```