# task_erp_web **Repository Path**: dmall_1/task_erp_web ## Basic Information - **Project Name**: task_erp_web - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-20 - **Last Updated**: 2026-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 来客新任务系统前台界面 -- 运行环境 需先安装 node.js git等 IDE整套包\node-v10.16.3-x64.msi dmall cabin 前端项目介绍官网信息 =============== http://teststatic.dmall.com/kayak-project/cabinpro/html/index.html#index/cabincenter/getstart # 切换npm 镜像到淘宝 npm config set registry https://registry.npm.taobao.org ## 安装cabin-cli $ npm install -g cabin-cli # 测试安装成功,新开一个命令行输入 cabin-init # 如有操作提示则安装成功 安装打包工具 =================== npm install -g grunt 安装打包依赖,开启实时编译。 =============== npm i #npm run watch 新开一个cmd 可以时间动态发布(不用重启 刷新就见) npm run build//构建 开启本地网络服务。 cabin-dev-server 1. 执行npm run watch可实时编译.vue,.jq,.scss文件。 2. 提交代码前需要执行npm run build全局构建。 ====其他 开发环境访问地址 http://devcabin.dmall.com/?debug-task_erp_web=http://local.dmall.com:3000/#index/task_erp_web/taskTemplateProcessConfigure //本地访问地址 http://local.dmall.com:3000/task_erp_web/html/index.html?debug-task_erp_web=http://local.dmall.com:3000/#index/task_erp_web/taskTemplateProcessConfigure index/task_erp_web/taskTemplateProcessConfigure 这个是路由 在 menu/menu.js 里面配置 需要配置至少以下host 10.248.224.7 devcabin.dmall.com 127.0.0.1 local.dmall.com