# 请注意：
# 该项目的npm包管理权限已移交至[russellmars](https://github.com/russellmars)
# 以下说明仅适用于0.3.8版本及之前的npm包

# BMUI

Bluemoon Moon UI (currently based on Vue)

## Demo

[here](https://viyayaya.github.io/bmui)

## Development

```
  npm run dev
```

## Production

```
  npm run build
```

# Usage

```
  npm install bmui
```

``` javascript
  import 'bmui' // CSS
  import Bmui from 'bmui/dist/vue' // Vue components
  import Vue from 'vue'
  Vue.use(Bmui)
```

# Example

Please refer to [the demo for vue](https://viyayaya.github.io/bmui)
