0.1.2 • Published 1 year ago

west-tools v0.1.2

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
1 year ago

安装说明

环境支持

west-tools 仅支持在浏览器环境中使用,不支持在 node 环境中使用,且部分方法仅支持在信天游 app 中使用

安装方式

配置.npmrc/.yarnrc 文件

west-tools:registry=http://10.1.10.154:24873

Supports npm and yarn

npm install west-tools
或
npm install west-tools --register=http://10.1.10.154:24873
yarn add west-tools
或
yarn add west-tools --registry=http://10.1.10.154:24873

使用方式示例

import { isApp } from 'west-tools';

console.log(isApp()); // true

API

点这里

问题反馈

联系人: 信天游前端团队

联系方式: jinhaoran@xbmail.com.cn

更新说明

点这里

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

1.0.0

4 years ago