1.0.2 • Published 2 years ago

react-app-setup v1.0.2

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

从 0-1 搭建 react 工程,学习工程化

这个是一个 Vite + React + React-Router-Dom + tailwindcss + jest 的前端项目,暂不支持 SSR。

Feature

  • 开箱 typescript
  • 支持 tailwind-jit
  • eslint + prettier + husky
  • jest + esbuild
  • CSSTransition + react-motion

目录结构

pages
├─_compenents                   --公用组件
│  ├─foot
│  ├─header
│  │      index.tsx
│  ├─home
│  │      index.tsx
│  └─loading
│          index.tsx
├─_hooks                        --公用hooks
├─sub
│      index.tsx
│─utils
└─     getStateFromRouter.ts

参考

遇到的问题