mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-06-04 14:59:16 +08:00
11 lines
252 B
Plaintext
11 lines
252 B
Plaintext
NODE_ENV='development'
|
|
# must start with VUE_APP_
|
|
VUE_APP_ENV = 'development'
|
|
#base url
|
|
BASE_URL = 'https://www.xxx.com/'
|
|
#appid
|
|
VUE_APP_WECHAT_APPID='wxc6086549532e9a60'
|
|
# base api
|
|
VUE_APP_BASE_API = '/dev-api'
|
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|