GithubHelp home page GithubHelp logo

cnopens / egjs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from naver/egjs

0.0 2.0 0.0 10.37 MB

Set of UI interactions, effects and utilities components library using jQuery.

Home Page: https://naver.github.io/egjs

License: Other

JavaScript 86.22% CSS 1.24% HTML 12.53%

egjs's Introduction

egjs

Build Status

'egjs' is a set of UI interactions, effects and utilities components library using jQuery, which brings easiest and fastest way to build web application in your way.

Components

  • eg : Collection of base utilities, which are used in diverse egjs components.
  • eg.Class : Provide class methods to make object oriented programming style code.
  • eg.Component : Base class utility to help develop modules in component.
  • eg.MovableCoord : Easily get computed coordinate values according user actions.
  • eg.Flicking : Implement flicking interaction UI.
  • eg.Visible : Check whether elements are within viewport.
  • eg.infiniteGrid : Make card style UI arranged in grid style in infinite way.

jQuery Extensions

Methods

  • persist : Provide cache interface to handle persisted data among history navigation.
  • css : Help to use css properties without browser's vendor prefix.
  • animate : Support transform and 3d acceleration extending jQuery's animate.

Events

  • rotate : Trigger event detecting device orientation.
  • scrollEnd : Trigger event detecting end of scroll's position.

Download

For latest version, check out - https://github.com/naver/egjs/tree/gh-pages

Uncompressed (for development)

Compressed (for production)

with Bower

# Intall bower if not (admin account required)
$ npm install bower -g

# then intall egjs using bower
$ bower install egjs

Browser support

Internet Explorer Chrome FireFox Safari iOS Android
7+ Latest Latest Latest 7+ 2.3+ (except 3.x)
  • Coverage could be vary among components. For more details check out API documentation.

Dependency library

egjs has following dependencies.

|jQuery|hammer.js|Outlayer| |---|---|---|---| |1.7.0+ |2.0.4+|1.4.1+|

  • Except jQuery, others are not mandatory. Required dependencies may differ according components.

How to use?

Load dependency libraries(jquery.js, hammer.js, outlayer.js) first, then load eg.js(or eg.min.js).

<script src="bower_components/jquery/jquery.js"></script>
<script src="bower_components/hammer.js/hammer.js"></script>
<script src="bower_components/outlayer/outlayer.js"></script>
<script src="dist/eg.js"></script>

All done, ready to start using egjs! egjs has eg namespace and can be used as below example.

var Klass = eg.Class({
    "construct" : function(){}
});
var Komponent = eg.Class.extend(eg.Component,{
    "construct" : function(){}
});

How to start developing egjs?

For anyone interested to develop egjs, follow below instructions.

Steps for setting project

1. Install grunt-cli and bower

# Install grunt-cli and bower globally (admin account required)
$ npm install grunt-cli -g  # grunt-cli
$ npm install bower -g  # bower

2. Clone from repo and install dependency modules

# make directory and enter
$ mkdir egjs && cd egjs

# get the clone from the repo
$ git clone https://github.com/naver/egjs.git

# install bower dependency modules
$ bower install

# install node dependency modules
$ npm install

3. Build

Run grunt build task to build.

$ grunt build

If the build successfully complete :

  • eg.js and eg.min.js are created in dist folder.
  • API documentations are created in doc folder, and can be accessed doc/index.html.

Test

After development has been done from your branch, must run unit test before push. Running grunt test task, jshint, qunit and istanbul coverage task will be run.

$ grunt test
  • Coverage results can be shown immediately and also can be found at ./report/index.html.

Issues

If you find a bug, please report us via issues page.

License

egjs is released under the MIT license.

Copyright (c) 2015 NAVER Corp.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Analytics

egjs's People

Contributors

sculove avatar mixed avatar happyhj avatar netil avatar jongmoon avatar hiuny avatar beanmilk avatar

Watchers

Gavin.C avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.