随笔分类 - react
摘要:react TV端焦点移动插件 react-tv-focusable npm 文档 安装 npm i -S react-tv-focusable tv.js组件中的html(css有点多,此处就不写了): render(){ const lists = []; for(let i=0;i< this
阅读全文
摘要:先创建一个新项目,具体步骤请参考https://www.cnblogs.com/darkbluelove/p/11338309.html 一.添加document.ejs文件(参考文档:https://umijs.org/zh/guide/app-structure.html#src-pages-d
阅读全文
摘要:首先全局安装dva+umiumi:npm install -g umidva:npm install -g dva-cli 通过脚手架创建项目 一: mkdir myapp && cd myapp 二: npm create umi 三: ? Select the boilerplate type
阅读全文