0.1.1 • Published 2 years ago

@rainyjune/yuanjs v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.git

Enter the YuanJS directory and install required grunt plugins:

cd yuanjs && npm install
npm build

The bundled files will be replaced in the build directory.