1.0.0 • Published 1 year ago

@careteen/uniapp-components v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@careteen/uniapp-components

快速使用

  1. 安装组件
yarn add @careteen/uniapp-components
  1. src/pages.json中配置easycom
"easycom": {
  "^care-(.*)": "@careteen/uniapp-components/components/uniapp-$1/index.vue"
}
  1. 在页面中使用组件
<care-virtual-list>...</care-virtual-list>

组件列表

名称组件备注
虚拟滚动列表uniapp-virtual-list支持 1.虚拟滚动 2.动态高度 3.每一项可操作

贡献指南

# Project setup
yarn install

# Compiles and hot-reloads for development 打开微信小程序调试
yarn start

# Preview Doc
yarn start:doc

# Compiles and minifies for production
yarn build

# Customize configuration
# See [Configuration Reference](https://cli.vuejs.org/config/).