Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uni-helper/galanga
Galanga uni-app ver.
https://github.com/uni-helper/galanga
galanga javascript js-lib uni-app uni-helper uniapp
Last synced: about 1 month ago
JSON representation
Galanga uni-app ver.
- Host: GitHub
- URL: https://github.com/uni-helper/galanga
- Owner: uni-helper
- License: apache-2.0
- Created: 2023-05-26T16:56:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-28T04:42:25.000Z (about 1 month ago)
- Last Synced: 2024-11-28T17:39:57.947Z (about 1 month ago)
- Topics: galanga, javascript, js-lib, uni-app, uni-helper, uniapp
- Language: JavaScript
- Homepage: https://galanga.censujiang.com
- Size: 386 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [@uni-helper/galanga](https://github.com/uni-helper/galanga)
开源好用的 `JS|TS` 常用函数库山奈/Galanga的UNI-APP版本
[官方文档](https://galanga.censujiang.com) | [中国镜像](https://galanga.censujiang.cn)
## :star: 简介
山奈/Galanga(以下简称山奈)是川菜中常用的调味品,也可以用作腌制成为单独的菜品,而这一辅料被人们俗称为姜。
在Web的世界里,它是一个开源的实用的JS函数库,它的目标是提供一些常用的函数,让你的代码更简洁更易读。我们希望利用姜来让您的代码更加美味,让您更加专注于业务逻辑的实现。
- 使用ES6+和TypeScript编写源码,编译生成生产代码
- 此版本为UNI-APP版本,支持小程序、H5、APP等多端
- 无其他依赖,体积小巧## :pill: 兼容性
单元测试保证支持如下环境:
| IE | CH | FF | SF | OP | IOS | Android | Node |
| ---- | ---- | ---- | ---- | ---- | ---- | ---- | ----- |
| 6+ | 29+ | 55+ | 9+ | 50+ | 9+ | 4+ | 4+ |## :open_file_folder: 目录介绍
```
.
├── config 打包配置文件
├── demo 使用demo
├── dist 编译产出代码
├── docs 项目文档站点
├── scripts 打包脚本
├── src 源代码目录
├── test 单元测试
├── wiki 项目文档源代码
```## :rocket: 使用者指南
通过npm下载安装代码
```bash
npm install --save @uni-helper/galanga
#or
yarn add @uni-helper/galanga
```## :kissing_heart: 贡献者指南
[CONTRIBUTING.md](https://github.com/censujiang/galanga/blob/master/wiki/guide/contribute.md)
### 主仓贡献者名单
[![贡献者名单](https://contrib.rocks/image?repo=censujiang/galanga)](https://github.com/censujiang/galanga/graphs/contributors)
### UNI-APP版本贡献者名单
[![贡献者名单](https://contrib.rocks/image?repo=uni-helper/galanga)](https://github.com/uni-helper/galanga/graphs/contributors)
## :gear: 更新日志
[CHANGELOG.md](https://github.com/censujiang/galanga/blob/master/wiki/guide/changelog.md)
## :airplane: 计划列表
[TODO.md](https://github.com/censujiang/galanga/blob/master/wiki/guide/changelog.md)