2 Star 1 Fork 1

xiungfi(前端)/vue-ckplayer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 274 Bytes
一键复制 编辑 原始数据 按行查看 历史
huangjb 提交于 5年前 . init
const path = require('path');
//拼接路径
function resolve(dir) {
return path.join(__dirname, dir)
}
module.exports = {
// 修改 src 为 examples
pages: {
index: {
entry: 'examples/main.js',
template: 'public/index.html',
filename: 'index.html'
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xiungfi/vue-ckplayer.git
git@gitee.com:xiungfi/vue-ckplayer.git
xiungfi
vue-ckplayer
vue-ckplayer
master

搜索帮助