0.0.1 • Published 5 years ago

vue-cli-plugin-expose-env v0.0.1

Weekly downloads
201
License
MIT
Repository
github
Last release
5 years ago

vue-cli-plugin-expose-env

vue cli 3 plgin to expose none VUEAPP env to frontend

Build Status Coverage Status npm version npm downloads npm license

Install

$ npm i vue-cli-plugin-expose-env --save

options

vue.config.js

module.exports = {
  pluginOptions: {
    exposeEnv: ['SOME_ENV'],
  },
}

then it's ok to use process.env.SOME_ENV in frontend code

Changelog

CHANGELOG.md

License

the MIT License http://magicdawn.mit-license.org