.env.development 203 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 NODE_ENV='development' # must start with VUE_APP_ VUE_APP_ENV = 'development' #base url BASE_URL = 'https://www.xxx.com/' # base api VUE_APP_BASE_API = '/dev-api' VUE_CLI_BABEL_TRANSPILE_MODULES = true