feat: 添加前端环境文件

This commit is contained in:
fit2cloud-chenyw 2021-02-18 18:34:12 +08:00
parent 892222d92a
commit 665cbd9b1e
3 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,14 @@
# https://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false

View File

@ -0,0 +1,5 @@
# just a flag
ENV = 'development'
# base api, e.g., '/dev'
VUE_APP_BASE_API = ''

View File

@ -0,0 +1,6 @@
# just a flag
ENV = 'production'
# base api, e.g., '/prod'
VUE_APP_BASE_API = ''