mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-04-27 12:08:54 +08:00
9 lines
201 B
Plaintext
9 lines
201 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='12345678'
|
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|