You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
NODE_ENV = production
|
|
|
|
|
|
|
|
# just a flag
|
|
|
|
ENV = 'history'
|
|
|
|
|
|
|
|
# VUE_APP_BASE为项目访问路径的前缀
|
|
|
|
VUE_APP_BASE = '/bigScreen'
|
|
|
|
|
|
|
|
# VUE_APP_HISTORY为是否开启history模式
|
|
|
|
VUE_APP_HISTORY = 'y'
|
|
|
|
|
|
|
|
VUE_APP_BUILD_TYPE = 'example'
|