Vue3.0 一套移动端轻量级组件库 https://nutui.jd.com/#/index

richard1015 682025a573 Update test.yml 4 years ago
.github 682025a573 Update test.yml 4 years ago
.husky 67cee1bdab fix: 提交不检查test 4 years ago
jd 9d9af85cda chore: build component scss optimization 4 years ago
src 7dadbc1aae docs(uploader): 新增 upload-icon-size 字段 4 years ago
.editorconfig 1de30ddbb7 feat: button功能完善 5 years ago
.eslintignore bc8b79b671 feat: 完善文档功能 5 years ago
.gitignore 9d9af85cda chore: build component scss optimization 4 years ago
.npmrc 29236c701c feat: npmrc 5 years ago
.prettierignore e51304064b chore: gh-pages modify 4 years ago
.prettierrc b88a9b5a79 feat: uploader 5 years ago
CHANGELOG.md 5dfd9db47a docs: changelog 4 years ago
LICENSE caf2af84e1 docs: text modify 4 years ago
README.md a2a55119ad docs: 修改支持环境 4 years ago
commitlint.config.js 595b930533 release: 3.0.0-beta.11 4 years ago
demo.html 21fd43d03b docs: site font modify 4 years ago
index.html 4b789a48ab feat: site keywords 4 years ago
jest.config.js e79e7594fc fix: shortpassword 单元测试 (#486) 4 years ago
package.json 2385f0af46 release: 3.1.6 4 years ago
tsconfig.json ac57bb693d chore: tsconfig add skipLibCheck 4 years ago
vite.config.build.css.ts 2385f0af46 release: 3.1.6 4 years ago
vite.config.build.disperse.ts 4cc017dbc3 chore: build component npm size optimization 4 years ago
vite.config.build.taro.vue.ts 9d9af85cda chore: build component scss optimization 4 years ago
vite.config.build.ts 9d9af85cda chore: build component scss optimization 4 years ago
vite.config.ts 16f366b6eb chore: add postcss plugin autoprefixer 4 years ago
vue.config.old.js ba218911b6 chore: multi technology stack structure adjustment 4 years ago

README.md

NutUI 3

npm version Build Status Coverage Status license

京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)

NutUI

特性

  • 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

或者克隆到本地开发:

$ git clone https://github.com/jdf2e/nutui.git
$ cd nutui
$ npm install
$ npm run dev

开源协议

本项目基于 MIT 协议