Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.YD - WebApp 前端架构指南 ├── .env ├── .eslintignore ├── .eslintrc ├── .npmrc ├── .swcrc ├── README.md ├── config │   ├── webpack.development.js │   └── webpack.production.js ├── docs ├── package.json ├── pnpm-lock.yaml ├── postcss.config.json ├── prettier.config.js ├── public ├── scripts ├── src │   ├── components │   ├── hooks │   ├── index.css │   ├── index.html │   ├── index.tsx │   ├── pages │   ├── states │   └── style.css ├── tailwind.config.js ├── tests │   ├── e2e │   └── unit ├── tsconfig.json └── webpack.config.js

更新日期: 2024年12月15日
集成wagmi
pnpm add wagmi viem@2.x @tanstack/react-query
更新日期: 2024年12月15日
完成WalletConnect连接钱包
集成shadcn-ui
shadcn-ui@latest init

About

交互ui

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages