forked from github/dataease
feat: 添加前端环境文件
This commit is contained in:
parent
892222d92a
commit
665cbd9b1e
14
fit2cloud-view/.editorconfig
Normal file
14
fit2cloud-view/.editorconfig
Normal 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
|
5
fit2cloud-view/.env.development
Normal file
5
fit2cloud-view/.env.development
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# just a flag
|
||||||
|
ENV = 'development'
|
||||||
|
|
||||||
|
# base api, e.g., '/dev'
|
||||||
|
VUE_APP_BASE_API = ''
|
6
fit2cloud-view/.env.production
Normal file
6
fit2cloud-view/.env.production
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# just a flag
|
||||||
|
ENV = 'production'
|
||||||
|
|
||||||
|
# base api, e.g., '/prod'
|
||||||
|
VUE_APP_BASE_API = ''
|
||||||
|
|
Loading…
Reference in New Issue
Block a user