131 Star 1.8K Fork 336

符道胜 / Vue-NeteaseCloud-WebMusicApp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 486 Bytes
一键复制 编辑 原始数据 按行查看 历史
符道胜 提交于 2020-10-16 11:03 . optimize
module.exports = {
publicPath: process.env.NODE_ENV === 'production' ? './' : '/',
configureWebpack: {
resolve: {
alias: {
'components': '@/components',
'content': '@/components/content',
'common': '@/components/common',
'assets': '@/assets',
'network': '@/network',
'views': '@/views',
'layout':'@/layout',
'mixin' : '@/mixin',
'utils' : '@/utils',
'player' : '@/player'
}
}
},
}
JavaScript
1
https://gitee.com/fudaosheng/Vue-NeteaseCloud-WebMusicApp.git
git@gitee.com:fudaosheng/Vue-NeteaseCloud-WebMusicApp.git
fudaosheng
Vue-NeteaseCloud-WebMusicApp
Vue-NeteaseCloud-WebMusicApp
master

搜索帮助