@agile-contrib/uniapp-components

uni-app组件库

Usage no npm install needed!

<script type="module">
  import agileContribUniappComponents from 'https://cdn.skypack.dev/@agile-contrib/uniapp-components';
</script>

README

uni-app组件库

downloads install size CDN Version License GitHub repo stars

Issues

使用的时候遇到任何问题或有好的建议,请点击进入issue,欢迎参与维护!

How to use?

首先需要在uni-app项目中安装组件包:

npm install --save @agile-contrib/uniapp-components

安装完毕以后,进行注册:

// pages.json
    ......
    "easycom": {
        "autoscan": true,
        "custom": {
            "^ui-(.*)": "@agile-contrib/uniapp-components/libs/ui-$1/ui-$1.vue"
        }
    },
    ......

然后,你就可以在你的项目中进行使用了,具体的你可以点击此处查看文档

开源协议

MIT

Copyright (c) 2021 hai2007 走一步,再走一步。