音乐播放器(webpack+vue+gulp)
###############项目目录结构########################## http://naotu.baidu.com/file/aa9bbaf8715184480e555a1a6a43c8e8?token=3430d7cade3efc85
###############项目功能结构######################## http://naotu.baidu.com/file/697909ed21924d55bfc7340573032fa6?token=44af6a4181554361
###############项目易错点######################## http://naotu.baidu.com/file/67657df95f81a219cb758be6219f2890?token=31b963a4697f6dbd
# 1.首先安装依赖
npm install
# 2.项目进行构建
npm run build
# 3.运行后,端口将在 本地服务器8080端口 http://localhost:8080 端口打开(注意有开启8080服务的请关闭!)
npm run dev
# 4.分析器报告
npm run build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.