1. # 查看node版本
    2. node -v
    3. # 下载前端源码
    4. git clone https://git.pig4cloud.com/pig/pigx-ui.git
    5. # 安装cnpm 镜像
    6. npm install -g cnpm --registry=https://registry.npm.taobao.org
    7. # 安装依赖
    8. cnpm install
    9. # 启动
    10. npm run dev