# credit-assistant **Repository Path**: hanshengsoftware/credit-assistant ## Basic Information - **Project Name**: credit-assistant - **Description**: 信贷助手 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-28 - **Last Updated**: 2024-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # credit-assistant 信贷助手H5版本 ## 可以通过手机端进行还款, 查询还款计划 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 服务端构建 ``` npm run build (生产环境) npm run sit (sit环境) npm run uat(uat环境) ```