1 Star 0 Fork 503

jiudaoxian / wps-view-vue

forked from Mose-X / wps-view-vue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 333 Bytes
一键复制 编辑 原始数据 按行查看 历史
// vue.config.js
module.exports = {
// 将 scr 目录添加为新的页面
pages: {
index: {
// page 的入口
entry: 'src/main.js',
// 模板来源
template: 'public/index.html',
// 输出文件名
filename: 'index.html'
}
},
publicPath: "./"
};
JavaScript
1
https://gitee.com/jiudaoxian/wps-view-vue.git
git@gitee.com:jiudaoxian/wps-view-vue.git
jiudaoxian
wps-view-vue
wps-view-vue
master

搜索帮助