Skip to content
Amaze UI, a mobile-first and modular front-end framework.
CSS JavaScript HTML
Find file
Latest commit 45b4419 @minwe minwe adjust IE8 polyfill order
Failed to load latest commit information.
dist [fixed] Datepicker trigger error, resolved #825
docs add compatibility style to Slider d3 theme, resolves #839
fonts update Font Awesome to v4.5.0
js [improved] remove uCheck toggle method's event namespace, resolves #843
less [fixed] set Popup header z-index, resolves #809
tools fixes gulp customize task error
vendor adjust IE8 polyfill order
widget add compatibility style to Slider d3 theme, resolves #839
.editorconfig add EditorConfig
.gitignore bump version 2.5.1
.jscsrc reformatting js code
.jshintrc write js module like node.js in v2.x
.npmignore v2.5.0
.travis.yml CI: Disable npm's progress bar for faster install
CHANGELOG.md adjust IE8 polyfill order
CONTRIBUTING.en.md Docs translation: widget index page, contributing
CONTRIBUTING.md update contributing doc
ISSUE_TEMPLATE.md [new] add issue template
LICENSE.md Update license year range to 2016
README.en.md fixes shields URL
README.md fixes shields URL
bower.json Remove moot `version` property from bower.json
components.json [fixed] #728, fixes DatePicker and ScrollSpyNav dependencies
composer.json update config file code style
gulpfile.js update Font Awesome to v4.5.0
nodemon.json update config file code style
package.json [fixed] Datepicker trigger error, resolved #825

README.md

Amaze UI Logo

Bower version NPM version Build Status Dependency Status devDependency Status

Amaze UI 是基于社区开源项目构建的一个跨屏前端框架。

Docs in English

README in English

React 版 | 独立插件 | Amaze UI Touch

功能简介

移动优先

以移动优先(Mobile first)为理念,从小屏逐步扩展到大屏,最终实现所有屏幕适配,适应移动互联潮流。

组件丰富,模块化

Amaze UI 含近 20 个 CSS 组件、20 余 JS 组件,更有多个包含不同主题的 Web 组件,可快速构建界面出色、体验优秀的跨屏页面,大幅提升开发效率。

本地化支持

相比国外框架,Amaze UI 关注中文排版,根据用户代理调整字体,实现更好的中文排版效果;兼顾国内主流浏览器及 App 内置浏览器兼容支持。

轻量级,高性能

Amaze UI 面向 HTML5 开发,使用 CSS3 来做动画交互,平滑、高效,更适合移动设备,让 Web 应用更快速载入。

下载及使用

用户可以从 Amaze UI 官网 下载打包好的模板。

所有文档存放在 docs/ 目录下,为方便查看演示效果,建议通过 Amaze UI 官网查看文档。

开发及构建

用户可以在 Amaze UI 的基础上进行二次开发。

目录结构

amazeui
|-- HISTORY.md
|-- LICENSE
|-- README.md
|-- package.json
|-- dist        # 构建目录
|-- docs        # 文档
|-- fonts       # Icon font,目前使用了 http://staticfile.org/
|-- gulpfile.js # 构建配置文件
|-- js          # JS 文件
|-- less        # LESS 文件
|-- tools       # 相关工具
|-- vendor
`-- widget      # Web 组件

构建工具

Amaze UI 使用 gulp.js 构建项目。

首先全局安装 gulp:

npm install -g gulp

克隆项目文件:

git clone https://github.com/allmobilize/amazeui.git

然后进入目录安装依赖:

npm install

接下来,执行 gulp

gulp

Bug 反馈及需求提交

参考、使用的项目

可能会有部分项目遗漏,我们会不断整理更新。

Developed with Open Source Licensed WebStorm

Something went wrong with that request. Please try again.