preact-cli-plugin-env-vars:with使用Preact CLI在您的环境中使用变量

时间:2024-06-07 14:52:02
【文件属性】:

文件名称:preact-cli-plugin-env-vars:with使用Preact CLI在您的环境中使用变量

文件大小:34KB

文件格式:ZIP

更新时间:2024-06-07 14:52:02

plugin preact preact-cli JavaScript

preact-cli-plugin-env-vars 使用Preact CLI在您的环境中使用变量。 安装 $ npm i -D preact-cli-plugin-env-vars 并通过创建一个preact.config.js包含在您的项目中: import envVars from 'preact-cli-plugin-env-vars' ; export default function ( config , env , helpers ) { envVars ( config , env , helpers ) ; } 用法 该插件允许使用任何以PREACT_APP_为前缀的环境变量,以在您的脚本中使用: console . log ( process . env . PREACT_APP_SECRET_CODE ) ; 环境变量是在构建期间嵌入的。 在.env


【文件预览】:
preact-cli-plugin-env-vars-master
----.gitignore(15B)
----package.json(941B)
----.travis.yml(66B)
----LICENSE(1KB)
----index.js(504B)
----README.md(1KB)
----yarn.lock(106KB)

网友评论