feat: 🎸 初始化项目

This commit is contained in:
chenkl
2020-12-14 17:32:37 +08:00
commit 26d4c7c568
221 changed files with 23505 additions and 0 deletions

12
pages.config.js Normal file
View File

@@ -0,0 +1,12 @@
/**
* 多页应用配置,只需要配置基础路径即可。
*/
const pagesConfig = {
index: {
template: 'public/index.html',
title: 'vue-element-admin-webpack'
}
}
module.exports = pagesConfig