Skip to content

uni-helper/uni-env

Repository files navigation

banner

stars downloads version

deepwiki

在 uni-app 中优雅地判断当前环境。

安装

pnpm i @uni-helper/uni-env

使用

📖 请阅读完整文档了解完整使用方法!

import { isMpWeixin, platform, appId } from '@uni-helper/uni-env'

:::tip 构建期而非运行时 本库读取的是 uni-app 在构建期注入的环境值(通过 Vite define 静态替换 process.env.*),不是运行时条件编译。要做条件编译请使用官方的 跨端兼容 - 条件编译unplugin-preprocessor-directives。 :::

参与贡献

环境变量读取规则等开发约定见 CONTRIBUTING.md

许可

MIT

About

在 uni-app 中优雅地判断当前环境

Resources

License

Code of conduct

Contributing

Stars

13 stars

Watchers

2 watching

Forks

Packages

 
 
 

Contributors