1 Star 23 Fork 10

wttAndroid/毕业设计音乐播放器

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 977 Bytes
一键复制 编辑 原始数据 按行查看 历史
wttAndroid 提交于 2021-08-19 18:56 +08:00 . 'update'
// module.exports = {
// // outputDir: 'docs',
// // publicPath: 'vue-netease-music',
// configureWebpack: {
// devServer: {
// open: true,
// proxy: {
// '/netease-api': {
// target: 'http://localhost:3000', // 要跨域的域名
// pathRewrite: {
// '^/netease-api': ''
// },
// changeOrigin: true, // 是否开启跨域
// secure: false,
// },
// },
// // host: 'localhost',
// // port: 8888,
// },
// externals: process.env.NODE_ENV === 'production' ? {
// vue: 'Vue',
// 'vue-router': 'VueRouter',
// vuex: 'Vuex',
// axios: 'axios',
// } : {},
// },
// css: {
// loaderOptions: {
// sass: {
// prependData: `
// @import "~@/style/variables.scss";
// @import "~@/style/mixin.scss";
// `,
// },
// },
// },
// }
module.exports = { publicPath: './' }
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wttAndroid/wyyplayerproject.git
git@gitee.com:wttAndroid/wyyplayerproject.git
wttAndroid
wyyplayerproject
毕业设计音乐播放器
master

搜索帮助