@rainyjune/yuanjs
v0.1.1
Published
YuanJS, just another small JavaScript library
Readme
yuanjs
Features:
- Deferred Object
- HTTP (Ajax) request
- Custom Events
- DOM Events
- Selectors
- Sets
Supported browsers:
- Internet Explorer 9+
- Firefox
- Chrome
- Safari
- Opera
How to build your own YuanJS
Clone a copy of the main YuanJS git repo by running:
git clone https://github.com/rainyjune/yuanjs.gitEnter the YuanJS directory and install required grunt plugins:
cd yuanjs && npm install
npm buildThe bundled files will be replaced in the build directory.
