san-mui

WebJar for san-mui

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

san-mui
Last Version

Last Version

1.1.5
Release Date

Release Date

Type

Type

jar
Description

Description

san-mui
WebJar for san-mui
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/ecomfe/san-mui

Download san-mui

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/san-mui/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>san-mui</artifactId>
    <version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/san-mui/
implementation 'org.webjars.npm:san-mui:1.1.5'
// https://jarcasting.com/artifacts/org.webjars.npm/san-mui/
implementation ("org.webjars.npm:san-mui:1.1.5")
'org.webjars.npm:san-mui:jar:1.1.5'
<dependency org="org.webjars.npm" name="san-mui" rev="1.1.5">
  <artifact name="san-mui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='san-mui', version='1.1.5')
)
libraryDependencies += "org.webjars.npm" % "san-mui" % "1.1.5"
[org.webjars.npm/san-mui "1.1.5"]

Dependencies

compile (5)

Group / Artifact Type Version
org.webjars.npm : classnames jar [2.2.5,3)
org.webjars.npm : dom-align jar [1.6.2,2)
org.webjars.npm : san jar [3.6.7,4)
org.webjars.npm : kolor jar [1.1.9,2)
org.webjars.npm : moment jar [2.18.1,3)

Project Modules

There are no modules declared in this project.

san-mui

A Set of SAN Components that Implement Google's Material Design

Build Status GitHub license

使用指南

  1. 通过 npm 安装

    npm i -S san-mui
  2. 在代码中引入

    // 引入需要的组件
    import {Button, DatePicker} from 'san-mui';
    
    // 引入全部样式
    import 'san-mui/lib/index.css';

    或者希望只引入需要的组件,可以这么做:

    import Button from 'san-mui/lib/Button';
    import 'san-mui/lib/Button/Button.css';

开发指南

开发

npm run dev

测试

npm test

构建

我们的源码存放在 src,构建产物放在 lib 下;

启动构建命令:

npm run build

发布指南

发布源

只发布到 npm 上;

发布内容

发布内容应该只包含 package.json / readme.md / lib

发布版本

两周内发版本 [email protected] 系列

两周到一个月之内版本:[email protected]

一个月至两个月内:[email protected]

最终版本 [email protected]

[email protected]版本对应的san的版本为3.2.3

[email protected]版本对应的san的版本为3.5.2 源码对应的是version-3.3.x分支

org.webjars.npm

Baidu EFE team

Versions

Version
1.1.5