0.0.6 • Published 2 years ago

monster-vue-ui v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

介绍

GitHub issues GitHub forks GitHub stars GitHub license

这是我在学习 Vue 时制作的一个 UI 组件库 👀

这款组件库其实是我为了总结这段时间自己的学习成果而写的,全程亲手编写,尽量不采用第三方库

开始使用

暂未开发完毕!!!

  1. 安装

 *{ box-sizing: border-box;}

 yarn add monster-vue-ui

 new Vue({
    el: "#app",
    render: h => h(App)
    components:{
      "m-button":mButton,
      "m-icon":mIcon,
      ...
    }
  })

or

npm install monster-vue-ui

文档

提问

介绍

联系方式

End

如果你觉得这个项目还 ok 的话,希望能点个 star

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago