All Projects → amazeui → Amazeui

amazeui / Amazeui

Licence: other
Amaze UI, a mobile-first and modular front-end framework.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Amazeui

muilessium
UI Framework for simple websites - landings, blogs, etc.
Stars: ✭ 16 (-99.88%)
Mutual labels:  less, responsive
vue-unsaved-changes-dialog
Beautiful unsaved changes dialog, inspired by a component from the Squarespace admin
Stars: ✭ 13 (-99.9%)
Mutual labels:  responsive, mobile-first
Rocssti
RÖCSSTI : pour démarrer vos CSS avec la patate !
Stars: ✭ 46 (-99.66%)
Mutual labels:  responsive, less
castlecss-boilerplate
A simple and mobile-friendly HTML5 template with CastleCSS to kickstart your website
Stars: ✭ 29 (-99.79%)
Mutual labels:  mobile-first, front-end-framework
Admin Theme
Primefaces admin theme based on Admin LTE and Bootstrap
Stars: ✭ 136 (-99%)
Mutual labels:  responsive, less
Magnify
🖼 A jQuery plugin to view images just like in Windows. Browser support IE7+!
Stars: ✭ 177 (-98.69%)
Mutual labels:  responsive
Gatsby Starter Morning Dew
🚀 A Gatsby theme/starter to build lightning-fast blog/websites
Stars: ✭ 186 (-98.63%)
Mutual labels:  responsive
Shuffle
Categorize, sort, and filter a responsive grid of items
Stars: ✭ 2,170 (-83.98%)
Mutual labels:  responsive
Memos
React+React-router+redux+redux-thunk+less+es6实现的简易备忘录,在线demo地址:
Stars: ✭ 174 (-98.72%)
Mutual labels:  less
Arctic admin
Responsive Theme for ActiveAdmin
Stars: ✭ 201 (-98.52%)
Mutual labels:  responsive
Hexo Theme Miho
🍺一款单栏响应式的hexo主题, A single column response for hexo . https://blog.minhow.com
Stars: ✭ 194 (-98.57%)
Mutual labels:  responsive
Restable
jQuery plugin that makes tables responsive converting them to HTML lists on small viewports.
Stars: ✭ 183 (-98.65%)
Mutual labels:  responsive
Vue Breakpoints
🍬 🙈 Vue.js utility component to show and hide components based on breakpoints
Stars: ✭ 179 (-98.68%)
Mutual labels:  responsive
Baguettebox.js
⚡ Simple and easy to use lightbox script written in pure JavaScript
Stars: ✭ 2,252 (-83.38%)
Mutual labels:  responsive
Web Study
本仓库是自己总结的前端开发一些基础知识,包括html5,css3, canvas, jQuery, less ,ES6, webpack,Vue等,也包含了一些算法和数据结构方面的练习,同时也记录了自己工作中的踩坑总结,适合想要学习前端开发的伙伴,你可以clone项目到本地,然后一步一步跟着我的demo敲,希望大家都能全栈。
Stars: ✭ 176 (-98.7%)
Mutual labels:  less
Yarsk
Don't use this, use Create React App
Stars: ✭ 199 (-98.53%)
Mutual labels:  less
Valine Docs
Documentations for Valine
Stars: ✭ 175 (-98.71%)
Mutual labels:  less
Mana
Magic: the Gathering mana symbol pictographic font
Stars: ✭ 183 (-98.65%)
Mutual labels:  less
Toucheffect
UI-responsive touch effects for Xamarin.Forms
Stars: ✭ 193 (-98.58%)
Mutual labels:  responsive
Lessormore
Jekyll theme.
Stars: ✭ 181 (-98.66%)
Mutual labels:  less

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].