# fe-explore **Repository Path**: kaven276/fe-explore ## Basic Information - **Project Name**: fe-explore - **Description**: * 基于 typescript, FC+hooks, css modules/variable 的基本面开发 * 从实际工作出发,前沿规划和试验的场所 * 各种希望采纳的技术的试验,验证,范例,模板 * 直接沉淀公共模块,css modules, hooks, components 等等 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # umi project ## Getting Started Install dependencies, ```bash $ yarn ``` Start the dev server, ```bash $ yarn start ``` # 项目目标 * 基于 typescript, FC+hooks, css modules/variable 的基本面开发 * 从实际工作出发,前沿规划和试验的场所 * 各种希望采纳的技术的试验,验证,范例,模板 * 直接沉淀公共模块,css modules, hooks, components 等等 # 合并 umi1 试验项目 * git remote add umi1 ../umi1 * git pull --allow-unrelated-histories umi1 master # 问题 * import from 'hooklib' (in try_fetch.tsx) 在 vscode 中提示找不到 cannot find module 'hooklib' or its corresponding type declarations.ts(2307)