Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HubSpot/youmightnotneedjquery
https://github.com/HubSpot/youmightnotneedjquery
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/HubSpot/youmightnotneedjquery
- Owner: HubSpot
- License: mit
- Created: 2014-01-16T00:21:17.000Z (about 11 years ago)
- Default Branch: dev
- Last Pushed: 2024-07-12T14:59:55.000Z (7 months ago)
- Last Synced: 2024-10-15T15:21:42.896Z (3 months ago)
- Language: Astro
- Homepage: http://YouMightNotNeedjQuery.com
- Size: 532 KB
- Stars: 14,193
- Watchers: 344
- Forks: 536
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - youmightnotneedjquery
- starred-awesome - youmightnotneedjquery - (HTML)
README
# You Might Not Need jQuery
![Build Workflow](https://github.com/HubSpot/youmightnotneedjquery/actions/workflows/build.yml/badge.svg)
A resource for doing things _au naturel_.
### [YouMightNotNeedjQuery.com](https://youmightnotneedjquery.com)
## Contributing
To add a new section, just create a folder for it, and add `jquery.js`, and `ie8.js`, `ie9.js`, `ie10.js`, `ie11.js`, and `modern.js` (for Chrome/Safari/Firefox) as needed. For example, if you have `ie8.js` and `ie9.js`, the ie9 version will be shown to people looking for a solution that works in ie9, ie10, ie11, or modern JS.
## Building
Building YMNNJQ requires Node.js
1. In the project directory, run `npm install`
1. To build the project and watch for changes, run `npm run dev`.
1. To build the project without watching for changes, use `npm run build`.