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
.