1.4.0 • Published 5 years ago
snail-env v1.4.0
蜗牛读书官网当前网页所处环境判断方法
用法
###安装
npm i snail-env --save
或者
yarn add snail-env
###使用
import getEnvInfo from 'snail-env'
const envInfo = getEnvInfo()
console.log(envInfo.env, envInfo.pro)
env字段为当前网页的环境
- dev 开发环境
- test 测试服环境
- pre 预发布环境
- online 线上环境
pro字段为当前环境所需访问的jsonp数据协议地址