Giter Site home page Giter Site logo

umarmughal / phonon-framework Goto Github PK

View Code? Open in Web Editor NEW

This project forked from phonon-framework/phonon

0.0 2.0 0.0 1.4 MB

Phonon is a lightweight & scalable Javascript/CSS3/HTML5 mobile framework to develop a single page application based on Phonegap / Apache Cordova.

Home Page: http://phonon.quarkdev.com/

License: MIT License

CSS 14.51% JavaScript 81.59% HTML 3.90%

phonon-framework's Introduction

Originally, Phonon has been created for building hybrid apps with Apache Cordova by using web technologies such as HTML, CSS and JavaScript. Phonon gives an intuitive and amuzing way of building apps. For example, the app's workflow can be defined with page events. This framework is also an UI framework proposing many features that are generic, which means they don't differ from mobile platforms. On the other hand, you can define your style according to the platform, because Phonon adds the OS class in the body tag. The main JavaScript file called phonon-core.js is only 23 kB! This file is the minimal file for running Phonon with basic CSS only components. Then you can load each component that you need. Since the version 1.0.0 released in August 2015, Phonon became browser-friendly which means you can build hybrid apps with Cordova or web apps!

Quick Start

The best place to start with Phonon is the Getting Started section

Documentation

Please, visit the website.

Demos

Code examples can be found in the docs or in the examples folder in this repository.

Installation

Ready to use files are available in the dist folder. You only need to copy/paste them. On the other hand, if you want to compile your own CSS/JS files with Gulp (the streaming build system) please install npm and gulp.

  • npm install to install all modules
  • gulp build to compile and minimify all sources

Compatibility

For more information, please see the compatibility section.

  • Android 4.1+
  • iOS 7+
  • IE10+ (IE9 is partially supported)
  • Chrome 30+
  • Firefox 10+
  • Opera 12+

Why use Phonon

Scalability

Javascript: Phonon modules are independent each other. It is fine to use only one Phonon feature or component, but you will fall in love with all the features. :)

Library Agnostic

Use your favorite design pattern (MVW, MVVM, MVC, ...) or a module loader with Phonon! For example, Phonon plays well with RiotJS, AngularJS and RequireJS.

Internationalization

A Phonon app is almost perfect, but an internationalized Phonon application, it's even better! The i18n module permits to manage your language files and to bind the correct language values inside your HTML templates with attributes. Learn more

Light-weight framework

The Phonon framework is very light (phonon-core.js is only 23 kB!).

100% modular

Do you love RequireJS? We do. Using a modular script loader like RequireJS will improve the speed and quality of your code. Each Phonon component is compatible with asynchronous module definition (AMD).

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.