0.5.1 • Published 5 years ago

bmui v0.5.1

Weekly downloads
86
License
ISC
Repository
-
Last release
5 years ago

BMUI

Bluemoon Moon UI (currently based on Vue)

Demo

here

Development

  npm run dev

Production

  npm run build && npm run es

Usage

  npm install bmui

ES Module(Recommend)

  import 'bmui' // import CSS file
  import { CellText } from 'bmui/es/vue' // Vue components
  import Vue from 'vue'
  Vue.use(CellText) // add what u need

Add all Components

  import 'bmui' // import CSS file
  import Bmui from 'bmui/dist/vue' // Vue components
  import Vue from 'vue'
  Vue.use(Bmui) // add all components

Example

Please refer to the demo for vue

0.5.1

5 years ago

0.5.0

5 years ago

0.4.7

6 years ago

0.4.6

6 years ago

0.4.5

6 years ago

0.4.4

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.9

7 years ago

0.3.8

7 years ago

0.3.7

7 years ago

0.3.6

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.9

7 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago