mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-04-05 19:42:08 +08:00
9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
NODE_ENV
|
|
# just a flag
|
|
ENV = 'development'
|
|
#base url
|
|
BASE_URL = https://www.xxx.com/
|
|
# base api
|
|
VUE_APP_BASE_API = '/dev-api'
|
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|