Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/is-liyiwei/im-vuer

一个基于Vue2的小型移动端组件库
https://github.com/is-liyiwei/im-vuer

component dialog im-vuer mobile ui vue vue-components vue2 web-app

Last synced: 4 days ago
JSON representation

一个基于Vue2的小型移动端组件库

Awesome Lists containing this project

README

        

## 说明

这是一个基于[email protected]的个人开源项目,主要用于学习与交流

项目主要开发了一些基本的Vue组件,鉴于个人水平,可能存在很多的问题bug,喜欢的话可以用来玩玩

文档生成使用[docsify](https://github.com/QingWei-Li/docsify/)

感谢这位开发者提供了极其方便的文档开发工具

- [在线示例](https://is-liyiwei.github.io/is-liyiwei.github.im-vuer.io/#/)

- [文档](https://is-liyiwei.github.io/im-vuer/#/)

- [github](https://github.com/is-liyiwei/im-vuer)

```
# install dependencies
# 安装依赖包
# npm install

# serve with hot reload at localhost:8081
# 浏览器打开http://localhost:8081/#/
# npm run dev

# build for production with minification
# 生成example示例demo
# npm run build

# build for production with minification
# 生成im-vuer.js文件,可用此方法进行二次开发使用
# npm run bnpm

# build for production and view the bundle analyzer report
# npm run build --report
```

项目参考了许多的文章以及开源项目,鉴于各种问题无法一一列举,只能列举部分参考较多的,如果有参考你的原创文章请与我联系添加,如有其它侵犯问题,也请与我联系,我会及时删除

- [mint-ui](https://github.com/ElemeFE/mint-ui)

- [ydui](https://github.com/ydcss/vue-ydui)

- [vux](https://github.com/airyland/vux)

- [muse-ui](https://github.com/museui/muse-ui)

- [countup.js](https://github.com/inorganik/CountUp.js)