Giter Club home page Giter Club logo

netease-cloud-vue's Introduction

网易云音乐移动端

环境要求

需要 NodeJS 8.12+ 环境

安装

后端项目:NeteaseCloudMusicApi

该后端具体内容请阅读 README.md 或查阅文档

前端(本项目)

$ git clone [email protected]:ivestszheng/wusheng-music.git 

$ npm install

后端

$ git clone [email protected]:Binaryify/NeteaseCloudMusicApi.git 

$ npm install

运行

前端(本项目)

npm run dev

项目启动默认端口为 4000

后端

服务器启动默认端口为 3000,若不想使用 3000 端口,可使用以下命令: Mac/Linux

$ PORT=4000 node app.js

windows 下使用 git-bash 或者 cmder 等终端执行以下命令:

$ set PORT=4000 && node app.js

介绍

概述

通过 Vue 实现网易云音乐移动端,个人希望通过本项目熟悉 Vue3 及移动端开发技巧。我在Documentation中记录了一些个人认为的要点,后面因为偷懒就没写了,但总比没有好。本项目有些地方逻辑并不完善,有些地方代码写法不够严谨,但作为一个练手项目,我觉得完成度已经足够了,希望能对你有一些帮助。

Vue2 请看 基于springboot2+vue2.X的移动端音乐网站

面向对象

对 Vue 有一定了解,并且想要熟悉 Vue3 的人。

技术栈

  • Vue3
  • Vant
  • Axios
  • Vue-Router
  • Less

截图预览

首页 搜索列表 歌单详情 歌词
首页 搜索 歌单详情 歌词

netease-cloud-vue's People

Contributors

ivestszheng avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.