Giter Site home page Giter Site logo

qq-music's Introduction

qq-music

一、待办
  1. audio.src
  2. 推荐榜单以及热歌等点进去可以播放
  3. 拖动进度条更新播放进度

二、webpack & babel & autoprefixer-cli

1. js文件处理
  • 安装webpack 以及 babel ,参见https://webpack.docschina.org/loaders/babel-loader/
  npm install [email protected] @babel/core @babel/preset-env webpack webpack-cli --save-dev
  • 修改webpack.config.js中的entry以及output 以及给module添加rules
  • 使用npx webpack 则可以利用babel进行js语法转换并对js文件进行打包得到目标.js文件
2. css文件处理
  • 全局安装 node-sass 以及 autoprefixer-cli
  • 使用node-sass 将scss文件转换为css文件
  • 使用autoprefixer-cli 给css文件添加前缀
  • 对css文件进行压缩 使用--output-style compressed

qq-music's People

Contributors

innerwang avatar

Watchers

James Cloos avatar

qq-music's Issues

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.