Security Insights Additional navigation options master 35Branches1Tag Code README Apache-2.0 license 如有问题可添加个人微信(wuhao1200),欢迎共同交流 该项目原本为公司内部项目,现放到github上开源,发布个时候项目名称改为antd-mobile-vue 查看文档 antd-mobile-vue ...
Actions Projects Security Insights Additional navigation options master BranchesTags Code README Apache-2.0 license 该项目原本为公司内部项目,现放到github上开源,发布个时候项目名称改为antd-mobile-vue 查看文档 antd-mobile-vue 基于Vue 的组件库,代码由antd-mobile转为Vue版本,目前已具备antd-mobile的绝大部分组...
5.0 版本的开发从 2021 年初启动,在 2021 年 7 月 21 日,我们发布了第一个 alpha 版本,同时将代码推送到了 GitHub 上,此后的半年内,我们收到了非常多的 issue 反馈和代码贡献,也陆续发布了 21 个 alpha 版本、32 个 beta 版本、28 个 rc 版本。 5.0 版本是一次彻底的重做,它带来了全新的设计体验和 10...
antd mobile:https://github.com/ant-design/ant-design-mobile
.github chore: update HOW_TO_ASK_QUESTIONS.md 3年前 .husky chore: pre-commit add shebang 3年前 .yarn chore: upgrade yarn 3年前 config doc: update logo and banner 3年前 docs doc: update home page 3年前 src refactor: (Form) move layout style to Form.Item (...
// 安装项目 $ git clone --depth=1 https://github.com/hqwlkj/umi-dva-antd-mobile.git my-project $ cd my-project // 安装依赖 $ yarn or npm install // 运行 $ yarn start or npm run start # 访问 http://localhost:8080 // 打包 $ yarn build or npm run build ...
github地址 https://github.com/ant-design/antd-mobile-samples/tree/master/create-react-native-app 文档地址: https://rn.mobile.ant.design/docs/react/introduce-cn 集成 1. 安装antd-mobile-rn 库 npm install antd-mobile-rn --save2.按需加载 ...
ant-design-mobile:https://github.com/ant-design/ant-design-mobile [3] 5.0(白杨)的 Roadmap:https://github.com/ant-design/ant-design-mobile/discussions/3924 [4] npm 包:https://www.npmjs.com/package/antd-mobile [5] 文档站点:https://next.mobile.ant.design/ ...
libraryName: 'antd-mobile', libraryDirectory: 'es', style: true }), //antd按需加载 addDecoratorsLegacy() //配置装饰器 ); 主题样式参考: https://github.com/ant-design/ant-design-mobile/blob/master/components/style/themes/default.less
但是在React中,并没有太好的插件,github上有一个人封装的react-hammer插件,start到是很多(400+) 但是最近用起来总是报错。。。 有人提问 却没人解决 所以也没敢选用 后来想引入Hammer.js自己进行封装 然后发现要封装的东西不少。。。 最后看了Antd-mobile的源码 选用了何一鸣的zscroller插件 该插件...