1.0.34 • Published 6 years ago

fiui v1.0.34

Weekly downloads
2
License
ISC
Repository
gitlab
Last release
6 years ago

FiUI

基于Vue.js(2.0+)的UI组件库

约定

因引用了公司内部包,npm install 之前请将仓库地址设置公司npm仓库地址

npm set registry http://npm.zhonganonline.com

或直接安装

npm i --registry http://npm.zhonganonline.com

git: 每个commit必须要有含义,不限中英文

eslint: 每个组件都应该满足eslint检查

test:每个组件都应该通过单元测试

命令

npm run dev // 开发 会自动在浏览器打开http://localhost:8080

npm run dist // 打包发布

npm run lint // eslint检查

npm run test // 单元测试

or

make dev // 开发

make dist // 打包发布

make lint // eslint检查

make test // 单元测试

Components List


  • JS Components
  • Toast -- 尹赟
  • Indicator -- 尹赟
  • Pull Down -- 陈善龙
  • Pull Up -- 陈善龙
  • Infinite Scroll -- 陈善龙
  • Message Box -- 陈善龙
  • Action Sheet -- 谢勤
  • Popup -- 陈善龙
  • Swipe -- 龚毓麒
  • Lazy Load -- 尹赟
  • Range -- 尹赟
  • Progress -- 龚毓麒
  • Picker -- 张俊毅
  • Calendar -- 张俊毅
  • Index List -- 刘展
  • Palette Button -- 刘展
  • CSS Components
  • Header -- 龚毓麒
  • Tabbar -- 龚毓麒
  • Navbar -- 龚毓麒
  • Button -- 谢勤
  • Cell -- 谢勤
  • Cell Swipe -- 谢勤
  • Spinner -- 谢勤
  • Tab Container -- 龚毓麒
  • Search -- 谢勤
  • Form Components
  • Switch -- 于晓
  • Check List -- 于晓
  • Radio -- 于晓
  • Field -- 于晓
  • Badge --于晓
1.0.34

6 years ago

1.0.6

7 years ago

1.0.5

7 years ago