# neteaseCloud **Repository Path**: feng-biao/netease-cloud ## Basic Information - **Project Name**: neteaseCloud - **Description**: wangyiyun - **Primary Language**: JavaScript - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-29 - **Last Updated**: 2022-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # umi project ## Getting Started Install dependencies, ```bash $ yarn ``` Start the dev server, ```bash $ yarn start ``` 1. 项目接口参照 (本地跑起来config代理改成mock) > https://binaryify.github.io/NeteaseCloudMusicApi/#/?id=%e6%8e%a5%e5%8f%a3%e6%96%87%e6%a1%a3 安装 ```bash $ git clone git@github.com:Binaryify/NeteaseCloudMusicApi.git $ npm install ``` 运行 ```bash $ node app.js ``` 1. 线上地址访问 > http://www.punchline.work/ 3. Jenkins发布地址 > http://www.punchline.work:6100/ 4. 线上接口地址 > http://www.punchline.work:9000/swagger-ui.html * .editorconfig 代码习惯配置 * .gitignore git 忽略文件配置 * .prettierignore 代码格式化配置 * .prettierrc * .umirc 配置文件 // config 类似 * yarn.lock 依赖版本号 通过上面定义的来安装 * docker build . -t umi * docker run -p 8000:8000 -v ${PWD}:/app umijs