sproutlxq / moye

A Simple UI Library for ZX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moye (知心组件库)

Moye 是 ECOM UI 1.1 规范的一个轻量级实现。

Build Status devDependency Status

如何使用

前期准备:

gitnodejsgrunt-cliedp

获取源码:

$ git clone git://github.com/ecomfe/moye.git
$ cd moye

安装依赖:

$ npm install

生成 API 文档:在线版入口

$ grunt jsdoc
$ open doc/api/index.html

单元测试:

$ grunt test

或者:

$ edp test

代码覆盖率:

$ grunt cover
$ open test/coverage/ui/index.html

或者:

$ edp test

查看可用任务:

$ grunt --help

目前实现的组件

About

A Simple UI Library for ZX


Languages

Language:JavaScript 88.0%Language:HTML 7.6%Language:CSS 4.4%