Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbernasconi/ionic-theme-editor
A theme editor for Ionic Framework
https://github.com/pbernasconi/ionic-theme-editor
ionic ionic-framework
Last synced: about 1 month ago
JSON representation
A theme editor for Ionic Framework
- Host: GitHub
- URL: https://github.com/pbernasconi/ionic-theme-editor
- Owner: pbernasconi
- License: mit
- Created: 2014-09-13T23:59:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-20T20:59:43.000Z (almost 9 years ago)
- Last Synced: 2024-12-15T16:14:49.295Z (about 1 month ago)
- Topics: ionic, ionic-framework
- Language: CSS
- Homepage: http://ionic-theme-editor.herokuapp.com/
- Size: 3.44 MB
- Stars: 226
- Watchers: 18
- Forks: 53
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[Ionic Theme Editor](http://ionic-theme-editor.herokuapp.com/)
==================[![preview](https://github.com/pbernasconi/ionic-theme-editor/blob/master/Ionic-Theme-Editor.png)](http://ionic-theme-editor.herokuapp.com/)
## Website
[http://ionic-theme-editor.herokuapp.com/](http://ionic-theme-editor.herokuapp.com/)
## About
The Ionic Theme Editor is a simple live-editor for the [Ionic Framework](ionicframework.com). You can visually customize the primary Ionic variables, view your live changes immediately in several previews, and download a compiled css file with your edits.
## Contributing
Currently the Ionic Theme Editor is hosted in a heroku app. All changes inbetween each release are made to the github repo. I use grunt to build the files. To get setup:
```
git clone https://github.com/pbernasconi/ionic-theme-editor.git
cd ionic-theme-editor
npm install
bower install
grunt build
grunt serve
```Make a new Pull Request for any changes you think are necessary!
## Authors
#### Paolo Bernasconi
- https://twitter.com/paolobernasconi
- https://github.com/pbernasconi## LICENSE
Ionic Theme Editor is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.