Fuse.js
轻量级模糊搜索,用 JavaScript 实现。「Lightweight fuzzy-search, in JavaScript」
Github星跟踪图
主要指标
- 概览
-
名称与所有者 krisk/Fuse 主编程语言 JavaScript 编程语言 JavaScript (语言数: 3) 平台 Web browsers 许可证 Apache License 2.0 - 所有者活动
-
创建于 2012-05-28 04:31:06 推送于 2025-03-08 19:48:57 最后一次提交 发布数 115 最新版本名称 v7.1.0 (发布于 2025-02-02 16:41:19) 第一版名称 v1.0.1 (发布于 ) - 用户参与
-
星数 19.1k 关注者数 136 派生数 788 提交数 816 已启用问题? 问题数 560 打开的问题数 15 拉请求数 113 打开的拉请求数 1 关闭的拉请求数 82 - 项目设置
-
已启用Wiki? 已存档? 是复刻? 已锁定? 是镜像? 是私有?
Introduction
Fuse.js is a lightweight fuzzy-search, in JavaScript, with zero dependencies.
Documentation
To checkout out live examples and docs, visit fusejs.io.
Installation
NPM
NPM is the recommended installation method. It pairs nicely with a CommonJS module bundler such as Webpack or Browserify.
# latest stable
$ npm install --save fuse.js
CDN
Available on cdnjs (see the latest version on the Releases page).
Contributing
Coding conventions
Code should be run through Standard Format.
Testing
Before submitting a pull request, please add relevant tests in test/index.js
, and execute them via npm test
.