React mobile UI Components base on Vant 暂无标签 https://react-vant-gitee.3lang.dev TypeScript等 5 种语言 MIT Code of conduct 保存更改 发行版 暂无发行版 react-vant 开源评估指数 生产力 创新力 稳健性 协作 贡献者 软件 贡献者(60) 全部...
捐赠前请先登录 取消 前往登录 登录提示 该操作需登录 Gitee 帐号,请先登录后再操作。 立即登录 没有帐号,去注册 TypeScript 1 https://gitee.com/heiheiehi/react-vant.git git@gitee.com:heiheiehi/react-vant.git heiheiehi react-vant react-vant深圳...
React-vant版本https://react-vant-gitee.3lang.dev/ -- react-vant安装使用npm 或 yarn 安装# # 通过 npm 安装 npm i react-vant # 通过 yarn 安装 yarn add react-vant 使用import React from 'react' import { useNavigate, useLocation} from 'react-router-dom' import React from 'react' import ...
旨于参照 [Vant](https://vant-contrib.gitee.io/vant) 打造React 框架下移动端的优秀组件库。 ### 特性 - 30+ 高质量组件,覆盖移动端基本场景 - 支持按需引入 - 支持主题定制 - 支持TypeScript ### 快速上手 请参考[快速上手](#/zh-CN/quickstart)章节。 ### 贡献代码 修改代码请阅读我们的[开发...
taroify https://taroify.gitee.io/taroify.com/introduce/ 轻量、可靠的小程序端 Taro 组件库(Vant 的 Taro 版本) React Taro 3 @antmjs/vantui https://antmjs.github.io/vantui/#/home 基于有赞 VantWeapp 开发的同时支持 Taro 和 React 的 UI 库 React Taro 3 Tard https://tard-ui.selling.cn/ ...
React Hooks库:https://ahooks.gitee.io/zh-CN create-react-app:https://ant.design/docs/react/use-with-create-react-app-cn Hexo插件:https://hexo.io/plugins/ Hexo-nanoid:https://github.com/cowsay-blog/hexo-nanoid Mobx中文文档:https://cn.mobx.js.org/ ...
小demo是跟着https://gitee.com/shenghaibin...敲的 1.用create-react-app创建的项目 npx create-react-app my-demo 2.安装项目所需依赖 npm install react-router-dom npm install mobx mobx-react-lite sass dayjs echarts uuid -D npm install react-vant@2.0.0-alpha.32 -D ...
vuex开发文档:https://vuex.vuejs.org/zh/ PC端UI组件库:https://element.eleme.cn/#/zh-CN 移动端UI组件库:https://vant-contrib.gitee.io/vant/#/zh-CN/home vue懒加载:https://www.npmjs.com/package/vue-lazyload Uniapp uniapp开发文档官网:https://uniapp.dcloud.io/ ...
官网:https://varlet.gitee.io/varlet-ui/#/zh-CN/index Github:https://github.com/varletjs/varlet Varlet 是一个基于 Vue3 开发的 Material 丰格移动端组件库,全面拥抱 Vue3 生态,由社区团队维护。支持 Typescript、按需引入、暗黑模式、主题定制、国际化,并提供 VSCode 插件保障良好的开发体验。Varlet ...
使用环境:dependencies用于生产环境,即在编码阶段和呈现页面阶段都需要使用,比如js框架vue、页面路由vue-router、各种ui框架antd、element-ui、vant等。而devDependencies用于开发环境,仅仅在写代码过程中需要使用,比如css预处理器、vue-cli脚手架、eslint等。