# S3升学项目-京东-客户端 **Repository Path**: flycran/jd ## Basic Information - **Project Name**: S3升学项目-京东-客户端 - **Description**: S3升学项目-京东-客户端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-08 - **Last Updated**: 2023-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # S3升学项目 # 京东 ## 项目初始化 ``` yarn # 或者 yarn install ``` ### 以开发环境运行 ``` yarn dev # 或者 yarn serve ``` ### 以生产环境打包 ``` yarn build ``` ### 自定义配置 See [Configuration Reference](https://cli.vuejs.org/config/).