# dcs-sales-web-client **Repository Path**: chery-international/dcs-sales-web-client ## Basic Information - **Project Name**: dcs-sales-web-client - **Description**: 整车业务前端代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-28 - **Last Updated**: 2024-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 本地运行 ~~~bash npm run server 在本机 3000 端口上运行开发调试环境 npm run lint 使用 eslint 进行代码风格检查 npm run build 编译发布文件至 build 目录 ~~~ # 常用参数 **参数设置仅针对当前环境有效** ## tools.conf.js - dev:开发调试环境`地址`、`端口`、`静态资源目录`设置 - runtime:client 入口参数设置 - mock:api 入口参数设置 > 更多设置请参考 [web-tools](https://gitlab.sdtdev.net/rd/web/web-tools/blob/develop/README.md)