bmui
v0.5.1
Published
Bluemoon Moon Components
Downloads
43
Keywords
Readme
BMUI
Bluemoon Moon UI (currently based on Vue)
Demo
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