Seamlessly add .env file hot reloading support for your vue-cli based projects. Never worry about rebooting webpack-dev-server again.
[".env.development.local", ".env.development", ".env.local", ".env"]
, i.e., value with same key defined in '.env.local' will overwrite value defined in '.env'yarn add vue-cli-plugin-envhot
OR
npm install -S vue-cli-plugin-envhot