feat: 新增路径别名、多环境配置、生产环境打包配置

This commit is contained in:
有来技术
2021-11-14 22:59:11 +08:00
parent a195370720
commit 8c7fbf88ac
9 changed files with 85 additions and 42 deletions

5
.env.development Normal file
View File

@@ -0,0 +1,5 @@
# 开发环境变量
ENV = 'development'
# base api
VUE_APP_BASE_API = '/dev-api'