Skip to content

ViYaYaYa/bmui

Repository files navigation

请注意:

该项目的npm包管理权限已移交至russellmars

以下说明仅适用于0.3.8版本及之前的npm包

BMUI

Bluemoon Moon UI (currently based on Vue)

Demo

here

Development

  npm run dev

Production

  npm run build

Usage

  npm install bmui
  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