sky-query
v0.0.0
Published
A lightweight, modern jQuery-like library with build-tool friendliness.
Readme
SkyQuery
⚠️ Warning: This project is still under development. The API may change at any time. Use with caution!
Introduction
SkyQuery is a lightweight, modern jQuery-like library optimized for modern build tools. It supports modular imports and tree-shaking, helping you manipulate the DOM more efficiently in modern frontend projects.
Features
- 🌳 Tree-shaking friendly: Supports on-demand imports to reduce bundle size.
- 🛠️ Build tool optimized: Compatible with Vite, Webpack, Rollup, and other modern build tools.
- 🧩 Modular design: Import only the features you need, avoiding redundant code.
- ⚡ Lightweight and fast: Core functionality is streamlined for optimal performance.
- 🧪 Under development: API may change at any time. Feedback and contributions are welcome.
Installation
npm install sky-query
# or
yarn add sky-query
# or
pnpm add sky-queryQuick Start
import $ from 'sky-query';
const button = $('#myButton');Development Status
⚠️ Warning: SkyQuery is currently under development. The API may change at any time. Please use with caution in production environments.
We welcome community feedback and contributions to help improve this library.
Contributing
Issues and Pull Requests are welcome to help us improve SkyQuery!
License
MIT License
