require('dotenv').config() let appConfig={ baseUrl:process.env.VUE_APP_BASE_URL } console.log(appConfig) export {appConfig}