# cq-web-admin **Repository Path**: PerfectBeginning/cq-web-admin ## Basic Information - **Project Name**: cq-web-admin - **Description**: cq-web-admin 橙券后台管理系统前端部分vue2 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-06 - **Last Updated**: 2024-11-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 橙券前台页面 ## Build Setup ```bash # clone the project git clone https://gitee.com/brucecq/project-cq.git # enter the project directory cd cq-admin # install dependency npm install # develop npm run dev ``` ## Build ```bash # build for test environment npm run build:stage # build for production environment npm run build:prod ``` ## Advanced ```bash # preview the release environment effect npm run preview # preview the release environment effect + static resource analysis npm run preview -- --report # code format check npm run lint # code format check and auto fix npm run lint -- --fix ``` ## 接口 - http://localhost:3005/indexbanners get 请求-前台官网获取轮播图 - http://localhost:3005/newslist get 请求-新闻列表 - http://localhost:3005/news/{id} 如 http://localhost:3005/news/64055cbee362376597d9d275 get 请求-单条新闻内容 - http://localhost:3005/application post 请求-供应商入驻申请如:{ "name":"张三 123", "phone":"15923162948", "resource":"把卡啊沙发沙发" }