我想把一些参数传递给 nuxt
命令行一样。
nuxt --myvar a
怎么读这个 myvar
里面 nuxt.config.js
?
我需要这个,因为我有三个 .env
(localhost, production and development)文件,但有当前的 NODE_ENV
我只能使用2个(生产和开发)。
你应该检查一下 https:/github.comnuxt-communitydotenv-module。.
该模块直接从你的.env文件中加载变量到你的nuxt.js应用程序中。
context
和process.env
.