Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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的小型移动端组件库
- Host: GitHub
- URL: https://github.com/is-liyiwei/im-vuer
- Owner: is-liyiwei
- Created: 2018-03-30T08:51:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T07:45:34.000Z (about 6 years ago)
- Last Synced: 2024-10-23T08:31:04.415Z (3 months ago)
- Topics: component, dialog, im-vuer, mobile, ui, vue, vue-components, vue2, web-app
- Language: Vue
- Homepage: https://is-liyiwei.github.io/is-liyiwei.github.im-vuer.io/#/
- Size: 3.19 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)