{"id":13802777,"url":"https://github.com/amazeui/amazeui","last_synced_at":"2025-05-05T16:21:43.328Z","repository":{"id":262843924,"uuid":"888499844","full_name":"amazeui/amazeui","owner":"amazeui","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-14T14:06:11.000Z","size":18275,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T22:19:26.274Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://amazeui.github.io/amazeui/getting-started","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amazeui.png","metadata":{"files":{"readme":"README.en.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.en.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-14T14:02:44.000Z","updated_at":"2025-03-07T06:18:38.000Z","dependencies_parsed_at":"2024-11-14T19:01:32.054Z","dependency_job_id":null,"html_url":"https://github.com/amazeui/amazeui","commit_stats":{"total_commits":805,"total_committers":28,"mean_commits":28.75,"dds":"0.16273291925465838","last_synced_commit":"fd89e8482cb0d7e12357f5d69a3c00e7896de79c"},"previous_names":["amazeui/amazeui"],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amazeui%2Famazeui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amazeui%2Famazeui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amazeui%2Famazeui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amazeui%2Famazeui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amazeui","download_url":"https://codeload.github.com/amazeui/amazeui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252531881,"owners_count":21763293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cybersecurity","zero-trust","zero-trust-network-access","zero-trust-security"],"created_at":"2024-08-04T00:01:55.866Z","updated_at":"2025-05-05T16:21:43.310Z","avatar_url":"https://github.com/amazeui.png","language":"HTML","readme":"\u003ch1\u003e\u003ca href=\"http://amazeui.org/\" title=\"Amaze UI 官网\"\u003e\u003cimg style=\"float: left\" width=\"240\" src=\"https://raw.githubusercontent.com/allmobilize/amazeui/master/vendor/amazeui/amazeui-b.png\" alt=\"Amaze UI Logo\"/\u003e\u003c/a\u003e\u003c/h1\u003e\n- [Homepage in English](http://translate.google.com/translate?hl=en\u0026sl=zh-CN\u0026u=http://amazeui.org/\u0026prev=search) translated by Google\n- [Homepage in English](http://www.microsofttranslator.com/bv.aspx?from=zh-CHS\u0026to=en\u0026a=http%3A%2F%2Famazeui.org%2F) translated by Bing\n\nAmaze UI is an open-sourced responsive front-end framework.\n\n### [Docs in English](http://amazeui.github.io/docs/en/)\n\n## The Product\n\n### Mobile First\n\nAmaze UI believes in Mobile First. Beginning with mobile phone screens, Amaze UI is extending the adaption to larger screens such as tablet and PC.\n\n\n### Web Components\n\nAmaze UI contains almost 20 CSS components, 10 JS components and 17 other web components which include 60 different themes. All these components are designed to help you develop more efficiently and create responsive pages with awesome user interface and excellent user experience.\n\n\n### Localization\n\nCompared with existing front-end frameworks, Amaze UI focuses on optimizing page layout in Chinese by adjusting font to different operating systems automatically. Amaze UI provides better compatibility for currently popular browsers and browsers built in Apps, saving you a lot of time for compatibility debugging.\n\n\n### Light yet Powerful\n\nAmaze UI puts a lot of efforts on performance. Using CSS 3 for animation makes it more interactive, smooth, efficient and suitable for mobile devices, and allows your web app to load fast.\n\n\n## Download\n\nUsers can download packed templates from the Amaze UI official site.\n\nAll documents are saved in the directory of `docs/`. To view the demo more conveniently, we suggest you check the documents by visiting [the official website](http://amazeui.org/).\n\n\n## Develop\n\nDevelopers can build extensions on top of Amaze UI.\n\n### Project Structure\n\n```\namazeui\n|-- HISTORY.md\n|-- LICENSE\n|-- README.md\n|-- package.json\n|-- dist        # Contains all compiled and minified CSS and JavaScript files\n|-- docs        # Contains all documentation\n|-- fonts       # Icon font, using http://staticfile.org/\n|-- gulpfile.js # Gulp config\n|-- js          # JavaScript scource\n|-- less        # LESS scource\n|-- tools       # Related tools\n|-- vendor      # Contains external libraries, like Zepto and others that are used by Amaze UI\n|   |-- amazeui.partials.js\n|   |-- handlebars\n|   |-- json.format.js\n|   |-- seajs\n|   `-- zepto\n`-- widget      # Web components\n```\n\n### Building\n\nAmaze UI use [gulp.js](http://gulpjs.com/) to build files。\n\nThe following shows the steps:\n\n```\nnpm install -g gulp\n\ngit clone https://github.com/allmobilize/amazeui.git\n\nnpm install\n\ngulp\n```\n\n## Bug feedback \u0026 Requests\n\n### Bug feedback\n\nYou are welcome to [submit bug report](https://github.com/allmobilize/amazeui/issues) to the Amaze UI team.\n\nTo explain your problems clearly, we suggest that you provide a demonstration when you give us feedback.\n\nThe following links are pages we have built with online debugging tools, using Amaze UI layouts and scripts. You can fork and send a bug report, linking to example pages.\n\n- [Debug Amaze UI 1.0 in JSBin](http://jsbin.com/qasoxibuje/1/edit?html,output)\n\n### Submit Request\n\nUser can submit your requests through Issue system or leave us message on our official website. Any request that match our product concepts will be considered.\n\n\n## Code Contribution\n\nYou are welcome to join our debugging team! You are also very welcome to share the Web components you explored by “Fork” this item and submit request afterwards.\n\n\n__Development Document__\n\nAll the development documents are saved in the directory of `docs/rules`. You can also check those documents on our [official website](http://amazeui.org/).\n\n- [Amaze UI HTML/CSS Specifications](http://amazeui.org/getting-started/html-css)\n- [Amaze UI JavaScript Specifications](http://amazeui.org/getting-started/javascript)\n- [Amaze UI Web Components Specifications](http://amazeui.org/getting-started/widget)\n\n## Referenced \u0026 Used Open-source Projects\n\n* [Zepto.js](https://github.com/madrobby/zepto) ([MIT\nLicense](https://github.com/madrobby/zepto/blob/master/MIT-LICENSE))\n* [Sea.js](https://github.com/seajs/seajs) ([MIT License](https://github.com/seajs/seajs/blob/master/LICENSE.md))\n* [Handlebars.js](https://github.com/wycats/handlebars.js) ([MIT\nLicense](https://github.com/wycats/handlebars.js/blob/master/LICENSE))\n* [normalize.css](https://github.com/necolas/normalize.css) ([MIT\nLicense](https://github.com/necolas/normalize.css/blob/master/LICENSE.md))\n* [FontAwesome](https://github.com/FortAwesome/Font-Awesome/) ([CC BY 3.0 License](http://creativecommons.org/licenses/by/3.0/))\n* [Bootstrap](https://github.com/twbs/bootstrap) ([MIT License](https://github.com/twbs/bootstrap/blob/master/LICENSE))\n* [UIkit](https://github.com/uikit/uikit) ([MIT License](https://github.com/uikit/uikit/blob/master/LICENSE.md))\n* [Foundation](https://github.com/zurb/foundation) ([MIT\nLicense](https://github.com/zurb/foundation/blob/master/LICENSE))\n* [Framework7](https://github.com/nolimits4web/Framework7) ([MIT\nLicense](https://github.com/nolimits4web/Framework7/blob/master/LICENSE))\n* [Alice](https://github.com/aliceui/aliceui.org/) ([MIT\nLicense](https://github.com/aliceui/aliceui.org/blob/master/LICENSE))\n* [Arale](https://github.com/aralejs/aralejs.org/) ([MIT\nLicense](https://github.com/aralejs/aralejs.org/blob/master/LICENSE))\n* [Pure](https://github.com/yui/pure) ([BSD License](https://github.com/yui/pure/blob/master/LICENSE.md))\n* [Semantic UI](https://github.com/Semantic-Org/Semantic-UI) ([MIT\nLicense](https://github.com/Semantic-Org/Semantic-UI/blob/master/LICENSE.md))\n* [FastClick](https://github.com/ftlabs/fastclick) ([MIT\nLicense](https://github.com/ftlabs/fastclick/blob/master/LICENSE))\n* [screenfull.js](https://github.com/sindresorhus/screenfull.js) ([MIT\nLicense](https://github.com/sindresorhus/screenfull.js/blob/gh-pages/license))\n* [FlexSlider](https://github.com/woothemes/FlexSlider) ([GPL 2.0](http://www.gnu.org/licenses/gpl-2.0.html))\n* [Hammer.js](https://github.com/hammerjs/hammer.js) ([MIT License](https://github.com/hammerjs/hammer.js/blob/master/LICENSE.md))\n* [Flat UI](https://github.com/designmodo/Flat-UI) ([CC BY 3.0 and MIT License](https://github.com/designmodo/Flat-UI#copyright-and-license))\n* [store.js](https://github.com/marcuswestin/store.js) ([MIT License](https://github.com/marcuswestin/store.js/blob/master/LICENSE))\n* [bootstrap-datepicker.js](http://www.eyecon.ro/bootstrap-datepicker/) ([Apache License 2.0](http://www.eyecon.ro/bootstrap-datepicker/js/bootstrap-datepicker.js))\n* [iScroll](http://iscrolljs.com/) ([MIT License](http://iscrolljs.com/#license))\n\nThere might be some missing and we will keep updating.\n\n### Developed with Open Source Licensed [WebStorm](http://www.jetbrains.com/webstorm/)\n\n\u003ca href=\"http://www.jetbrains.com/webstorm/\" target=\"_blank\"\u003e\n\u003cimg src=\"http://ww1.sinaimg.cn/large/005yyi5Jjw1elpp6svs2eg30k004i3ye.gif\" width=\"240\" /\u003e\n\u003c/a\u003e\n","funding_links":[],"categories":["CSS","JavaScript","Frameworks / Resources","Projects List"],"sub_categories":["A"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famazeui%2Famazeui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famazeui%2Famazeui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famazeui%2Famazeui/lists"}