UNPKG

phonon

Version:

Phonon is an open source HTML, CSS and JavaScript agnostic framework that allows to create a website or a hybrid Web app.

45 lines (28 loc) 2.5 kB
# [Phonon](http://phonon.quarkdev.com) > Phonon: the light weight, scalable, flexible and customizable HTML5 Web - Mobile Framework. [![TypeScript](https://badges.frapsoft.com/typescript/code/typescript.svg?v=101)](https://github.com/ellerbrock/typescript-badges/) [![Dependency Status](https://david-dm.org/quark-dev/Phonon-Framework.svg)](https://david-dm.org/quark-dev/Phonon-Framework) [![devDependencies Status](https://david-dm.org/quark-dev/Phonon-Framework/dev-status.svg)](https://david-dm.org/quark-dev/Phonon-Framework) [![Build Status](https://img.shields.io/travis/quark-dev/Phonon-Framework.svg?style=flat-square)](https://travis-ci.org/quark-dev/Phonon-Framework) [![Codecov](https://img.shields.io/codecov/c/github/quark-dev/Phonon-Framework.svg?style=flat-square)](https://codecov.io/gh/quark-dev/Phonon-Framework) [![npm](https://img.shields.io/npm/v/phonon.svg?style=flat-square)]() [![license](https://img.shields.io/github/license/quark-dev/phonon.svg?style=flat-square)]() [![GitHub contributors](https://img.shields.io/github/contributors/quark-dev/phonon.svg?style=flat-square)]() Starting with v2.0, Phonon takes full advantage of ECMAScript. ## Quick start Please refer to our documentation for more information. The installation can take place in several ways: - [Download the latest release](https://github.com/quark-dev/Phonon-Framework/releases) and use dist files. - Clone the repo: `git clone https://github.com/quark-dev/Phonon-Framework.git`. - Install with [npm](https://www.npmjs.com): `npm install phonon`. - Install with [yarn](https://yarnpkg.com/en/): `yarn add phonon`. - Install with [Bower](https://bower.io): `bower install phonon`. - Use [CDNJS](https://cdnjs.com/libraries/PhononJs). ## Versioning Phonon Framework is maintained under the [Semantic Versioning guidelines](http://semver.org/). ## Contributing **Don't hesitate** to contribute to this project! The Phonon team is completely open to any suggestions or improvements. Please, go to the [issues page](https://github.com/quark-dev/Phonon-Framework/issues) to open an issue. Moreover, if your pull request contains JavaScript patches or features, you must include relevant unit tests. Editor preferences are available in the [editor config](https://github.com/quark-dev/Phonon-Framework/blob/master/.editorconfig) for easy use in common text editors. ## Copyright and license Code released under the [MIT License](https://github.com/quark-dev/Phonon-Framework/blob/master/LICENSE).