文件名称:ember-cli-dotenv:Dotenv通过ember-cli为您的余烬应用程序
文件大小:174KB
文件格式:ZIP
更新时间:2024-06-15 09:26:55
JavaScript
灰烬CLI Dotenv 安装 ember install ember-cli-dotenv 升级到2.0.0 ember install ember-cli-dotenv@^2.0.0 打开config/dotenv.js和ember-cli-build.js 将dotEnv应用程序选项从ember-cli-build.js移动/转换为config/dotenv.js声明的函数注意:如果您的path是动态的,请参阅 什么是Ember CLI Dotenv? 通过此插件,您可以在.env文件中编写环境变量,并通过可导入应用程序的内置config/environment.js将其公开给Ember应用程序。 例如,您可能正在使用Dropbox构建应用程序,并且不想将密钥签入存储库中。 将.env文件放在存储库的根目录中: DROPBOX_KEY=YOURKEYGOESHERE 接下
【文件预览】:
ember-cli-dotenv-main
----.env(98B)
----ember-cli-build.js(494B)
----.github()
--------workflows()
----testem.js(581B)
----yarn.lock(386KB)
----.eslintrc.js(1KB)
----.npmignore(384B)
----.ember-cli(280B)
----config()
--------dotenv.js(173B)
--------environment.js(90B)
--------ember-try.js(2KB)
----test()
--------fixtures()
--------smoke-test.js(6KB)
----LICENSE.md(1KB)
----README.md(6KB)
----.template-lintrc.js(62B)
----.editorconfig(368B)
----tests()
--------integration()
--------index.html(1KB)
--------test-helper.js(228B)
--------helpers()
--------dummy()
--------unit()
----blueprints()
--------ember-cli-dotenv()
----.gitignore(375B)
----index.js(3KB)
----.watchmanconfig(37B)
----CHANGELOG.md(4KB)
----.eslintignore(240B)
----package.json(2KB)