# nutui-simple **Repository Path**: gridsoft/nutui-simple ## Basic Information - **Project Name**: nutui-simple - **Description**: NutUI 的简化打包 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: simple - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-24 - **Last Updated**: 2022-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 需求 1. 右侧箭头,或者别的图标。标题字数太少 2. 单位显示 3. 下拉弹窗 4. cell、 input、textarea 的下划线、间距不一致。 6. textarea rows高度无效,autosize不自动调高 ### 使用的组件 * Button 按钮 * Cell 单元格 * CellGroup 单元格组件 * Overlay 遮罩层 * Swipe 滑动手势 * ActionSheet 动作面板 * BackTop 返回顶部 * Collapse 折叠面板 * Dialog 对话框 * InfiniteLoading 滚动加载 * Notify 消息通知 * PullRefresh 下拉刷新 * Video 视频播放器 * Popup 弹出层 * Steps 步骤条 * Swiper 轮播 * Toast 轻提示 * Progress 进度条 * 数据录入 * 特色组件 # NutUI 3 ![npm version](https://img.shields.io/npm/v/@nutui/nutui.svg) [![Build Status](https://api.travis-ci.org/jdf2e/nutui.svg?branch=master)](https://github.com/jdf2e/nutui/) [![Coverage Status](https://coveralls.io/repos/github/jdf2e/nutui/badge.svg?branch=master)](https://coveralls.io/github/jdf2e/nutui?branch=master) ![license](https://img.shields.io/npm/l/@nutui/nutui.svg) 京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发) ![NutUI](https://img14.360buyimg.com/imagetools/s200x200_jfs/t1/167902/2/8762/791358/603742d7E9b4275e3/e09d8f9a8bf4c0ef.png) ## 特性 * 70+ 高质量组件(3.0 持续开发中) * 支持小程序开发 * 基于京东APP 10.0 视觉规范 * 支持按需引用 * 详尽的文档和示例 * 支持 TypeScript * 支持服务端渲染(测试阶段) * 支持定制主题 * 单元测试覆盖(3.0 开发中) ## 示例 H5 & 小程序 NutUI NutUI ## 支持环境 * Android 5.0+ * iOS 9.2+ > 如果想要兼容低版本,请使用 NutUI2.x ## 构建版本 * es **nutui.es.js** * umd **nutui.umd.js** ## 安装使用 具体安装使用方法请参考 NutUI 官网 https://nutui.jd.com ## ⌨️ 本地开发 你可以使用 Gitpod 进行在线开发: [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/jdf2e/nutui.git) 或者克隆到本地开发: ```bash $ git clone https://github.com/jdf2e/nutui.git $ cd nutui $ npm install $ npm run dev ``` ## 开源协议 本项目基于 **MIT** 协议