Questions tagged «vue-cli-3»


10
在Vue.js中使用环境变量
我一直在阅读官方文档,但无法找到有关环境变量的任何信息。显然,有一些社区项目支持环境变量,但这对我来说可能是过大了。所以我想知道在使用Vue CLI创建的项目上是否有一些简单的开箱即用的功能可以正常工作。 例如,我可以看到,如果执行以下操作,将打印出正确的环境,这意味着已经设置好了吗? mounted() { console.log(process.env.ROOT_API) } 我对环境变量和Node有点陌生。 仅供参考,使用Vue CLI 3.0 beta版。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.