### 环境配置 ``` # 查看当前地址 cnpm config get registry #当前npm 服务指向 本地 cnpm config set registry http://47.98.230.144:63002/ ``` ### 安装依赖 ``` cnpm install ``` ### 启动 ``` npm run serve ``` ### 生产打包 ``` npm run build ```