摘要: 创建项目 create-react-app antdReact 安装:antd-mobile、react-virtualized npm i antd-mobile -S npm i react-virtualized -S 在component 中创建一个scroll.jsx 文件,代码如下: i 阅读全文
posted @ 2022-07-11 14:40 闹一腾 阅读(1725) 评论(0) 推荐(0)
摘要: 适配移动端操作如下: 安装 postcss-pxtorem 、amfe-flexible npm i postcss-pxtorem npm i amfe-flexible amfe-flexible(可以安装,可以自己写),如下是我通过 amfe-flexible 修改的flexible 文件: 阅读全文
posted @ 2022-07-11 14:07 闹一腾 阅读(1710) 评论(0) 推荐(0)
摘要: 安装 yarn create nuxt-app vue_nuxt_project 执行命令后出现下方选框,选择你要使用的脚本。(这里我选择的是TypeScript) 选择你的包管理工具。(我选择的是Yarn) 选择你要使用的UI库。(因为我使用的Ant Design Vue,所以我选择它) 选择你需 阅读全文
posted @ 2022-07-01 10:06 闹一腾 阅读(626) 评论(0) 推荐(0)