Phonon: the light weight, scalable, flexible and customizable HTML5 Web - Mobile Framework.
Starting with v2.0, Phonon takes full advantage of ECMAScript.
Please refer to our documentation for more information.
The installation can take place in several ways:
- Download the latest release and use dist files.
- Clone the repo:
git clone https://github.com/quark-dev/Phonon-Framework.git
. - Install with npm:
npm install phonon
. - Install with yarn:
yarn add phonon
. - Install with Bower:
bower install phonon
. - Use CDNJS.
Phonon Framework is maintained under the Semantic Versioning guidelines.
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 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 for easy use in common text editors.
Code released under the MIT License.