https://github.com/tipsy/uquery
https://github.com/tipsy/uquery
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tipsy/uquery
- Owner: tipsy
- Created: 2016-03-27T18:33:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-28T00:33:08.000Z (almost 10 years ago)
- Last Synced: 2025-07-05T07:03:17.111Z (6 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# µQuery
#### µQuery is an experimental library for writing inline JavaScript
#### It's being developed for a webapp that demands extreme download speed due to the userbase being in countries with poor internet connectivity (we *really* want to minimize the number of requests)
#### It is probably not suitable for your project
## Setup
```
cd uquery
npm install
gulp watch --silent
```