mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-10-05 18:59:59 +08:00
10 lines
164 B
Plaintext
10 lines
164 B
Plaintext
NODE_ENV='production'
|
|
# must start with VUE_APP_
|
|
VUE_APP_ENV = 'production'
|
|
#base url
|
|
BASE_URL = 'https://www.xxx.com/'
|
|
#appid
|
|
VUE_APP_WECHAT_APPID='1234567890'
|
|
|
|
|