hmm-vue-ui
v1.0.4
Published
## Project setup ``` npm install hmm-vue-ui --save ```
Downloads
3
Readme
hmm-vue-ui
Project setup
npm install hmm-vue-ui --save
Compiles and hot-reloads for development
import MmUI from 'hmm-vue-ui'
import 'hmm-vue-ui/dist/hmm-vue-ui.css'
createApp(App).use(MmUI)
Template
<mm-button type="primary">按钮</mm-button>