bmui
v0.5.1
Published
Bluemoon Moon Components
Keywords
Readme
BMUI
Bluemoon Moon UI (currently based on Vue)
Demo
Development
npm run devProduction
npm run build && npm run esUsage
npm install bmuiES 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 needAdd all Components
import 'bmui' // import CSS file
import Bmui from 'bmui/dist/vue' // Vue components
import Vue from 'vue'
Vue.use(Bmui) // add all componentsExample
Please refer to the demo for vue
