首先在config\entry\entry.js文件配置json,安装依赖npm i || cnpm i
执行npm run devFile,会自动生成devBuild和entryBuild文件夹
module.exports = [
{
name: 'index',
path: 'index/Index.jsx',
title: '首页',
keywords: '首页',
description: '这是首页页面'
}
];
2019年3月7日,使用 React Hooks 请求数据的四种方式
2019年3月26日,【翻译】在 React Hooks 中如何请求数据?