Coder Social home page Coder Social logo

cloudmusic's Introduction

技术使用Vue2.0版本,Vue全家桶
Vue-cli搭建
Vue-router,vuex
axios
muse-ui

####后端用的node.js进行api转发,默认端口:3000

功能实现

登录
个人中心
播放列表
播放队列
上一首,下一首
歌词同步
逐步完善中...

Build Setup

安装依赖

npm install

运行项目,默认端口:8090,项目服务根据本地ip生成。

npm run dev

请自行修改

config/index.js
src/main.js
src/store/index.js
三项api。

启动服务

服务更新请自行到上面api连接clone。

效果

songs1 songs2 songs3 songs4 songs5 songs6 songs7

cloudmusic's People

Contributors

yuzhenyou avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cloudmusic's Issues

在ios下播放问题

ios下是否可以播放, 当前vue版本高于2.4.* ios下 safri是否可以播放

组件引用错误

由于项目需要,找到了这个开源音乐项目,运行时发现如下问题:

在src/router/index.js中的如下引用,组件名与文件名需要一样
import Login from '@/components/login' -> import Login from '@/components/Login'
import Mine from '@/components/mine' -> import Mine from '@/components/Mine'
import Search from '@/components/search' -> import Search from '@/components/Search'

在src/components/home.vue中存在如下引用问题:
import Top from '@/components/top' -> import Top from '@/components/Top'

在src/components/mineList.vue中存在如下引用问题:
import Top from '@/components/top' -> -import Top from '@/components/Top'

===========================
感谢作者无私奉献

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.