1 Star 0 Fork 1

shech/vue-shopm

forked from visitor009/vue-shopm 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 969 Bytes
一键复制 编辑 原始数据 按行查看 历史
visitor009 提交于 2020-05-10 12:49 +08:00 . init
module.exports = {
pages: {
cart: {
entry: 'src/views/cart/main.js',
filename: 'cart.html',
title: '购物车',
chunks: ['chunk-vendors', 'chunk-common', 'cart']
},
category: {
entry: 'src/views/category/main.js',
filename: 'category.html',
title: '分类',
chunks: ['chunk-vendors', 'chunk-common', 'category']
},
index: {
entry: 'src/views/home/main.js',
filename: 'index.html',
title: '商城首页',
chunks: ['chunk-vendors', 'chunk-common', 'index']
},
me: {
entry: 'src/views/me/main.js',
filename: 'me.html',
title: '个人中心',
chunks: ['chunk-vendors', 'chunk-common', 'me']
},
login: {
entry: 'src/views/login/main.js',
filename: 'login.html',
title: '登录',
chunks: ['chunk-vendors', 'chunk-common', 'login']
},
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/swantb/vue-shopm.git
git@gitee.com:swantb/vue-shopm.git
swantb
vue-shopm
vue-shopm
master

搜索帮助