I've created a Fork of swagger-ui
<https://github.com/MagLoft/swagger-ui/tree/feature-material> to implement
Material Design based on Materialize Framework <http://materializecss.com>.
*Here's a demo... *http://cdn.magloft.com/swagger/index.html
<https://lh3.googleusercontent.com/-snD4wp9utrI/V7k1VyJxKiI/AAAAAAAAASs/UEGOXIUOpO8QIg-XbzpXc9bwmBr3fQImgCLcB/s1600/swagger-ui-materialize.png>
I've changed quite a bit along the way - probably some of it questionable -
and drifted off quite a bit from the master branch:
1. Bashed the project structure and build tools quite a bit (using grunt
instead of gulp).
2. Disabled json-schema validation and GUI JSON Editor (using ace
directly for now, validating JSON and XML in code-mode).
3. Removed the test suite for now.
4. No more support for outdated browser versions.
5. OAuth is not yet functional.
Still, maybe some of the changes made are of interest, and I have published
the source code on github:
https://github.com/MagLoft/swagger-ui/tree/feature-material
As i haven't yet updated the README, to install and run it's:
npm install; bower install; grunt serve:dev
... and to create the distribution files in the dist/ folder it's:
npm install; bower install; grunt dist
The attached swagger-ui.html is a minimal html entry file that loads the
swagger-ui stack.
Appeciate any feedback, and hope that some of these changes could be
contributed to the amazing swagger-ui project!
--
You received this message because you are subscribed to the Google Groups
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
Title: Swagger UI