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

richard1015 d7718fcac2 chore(button): test jest 4 years ago
.github 677eea70b5 feat: script gh-pages 4 years ago
.husky e7a271c20b upd: pre-commit 4 years ago
jd 1a1dee1d7f fix: themes script 4 years ago
src d7718fcac2 chore(button): test jest 4 years ago
.editorconfig 1de30ddbb7 feat: button功能完善 5 years ago
.eslintignore bc8b79b671 feat: 完善文档功能 5 years ago
.gitignore 70361ac4fe feat: types file & beta.5 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 bed0ef6ffd docs: feat changelog 4 years ago
LICENSE caf2af84e1 docs: text modify 4 years ago
README.md 7466a538b5 docs: readme md 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 969517a570 docs: site css modify 4 years ago
jest.config.js d7718fcac2 chore(button): test jest 4 years ago
package.json d7718fcac2 chore(button): test jest 4 years ago
tsconfig.json d7718fcac2 chore(button): test jest 4 years ago
vite.config.build.disperse.ts 70361ac4fe feat: types file & beta.5 4 years ago
vite.config.build.ts 44ef2bfaf1 upd: vite 2.1.2 4 years ago
vite.config.ts 351df2d7ff chore: build css code split true 4 years ago
vue.config.old.js 1f94029361 fix: demo refresh bug 4 years ago

README.md

NutUI 3

npm version Build Status Coverage Status license

京东风格的轻量级移动端 Vue3 组件库

NutUI

特性

  • 70+ 高质量组件(3.0 持续开发中)
  • 基于京东APP 9.0 视觉规范
  • 支持按需引用
  • 详尽的文档和示例
  • 支持 TypeScript
  • 支持服务端渲染(测试阶段)
  • 支持定制主题
  • 单元测试覆盖(3.0 开发中)

示例

NutUI

支持环境

  • Android 4.0+
  • iOS 8.0+

构建版本

  • 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 协议