feat: 🎸 初始化项目
This commit is contained in:
12
pages.config.js
Normal file
12
pages.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* 多页应用配置,只需要配置基础路径即可。
|
||||
*/
|
||||
|
||||
const pagesConfig = {
|
||||
index: {
|
||||
template: 'public/index.html',
|
||||
title: 'vue-element-admin-webpack'
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = pagesConfig
|
||||
Reference in New Issue
Block a user