Skip to content

fisand/vite-wagmi-starter

Repository files navigation

unoi

v w

πŸ’– power by vite + react + wagmi + ts

preview demo

image

Deploy on Zeabur

QuickStart

click Use this template

Motivation

For now, most of dapps frontend ecosystem were build on webpack and react. The most popular tool is CRA. As we know, the dev experience of webpack is not very good by codes growing.

Vite is the next generation frontend tooling. It's fast and more easily to use. So I build the project for dapps DX improvement.

Dev

Install

pnpm i

dev

pnpm run dev

Profile

  • 😏 Vite for dev/build
  • 😏 wagmi for web3 hook
  • 😏 Unocss for CSS
  • 😏 Vercel for preview

Features

  • 🌲 File system router
  • 🏎️ AutoImport API
  • πŸ›‘οΈ TypeScript Checker & Eslint
  • ✨ Custom Icon import by unocss
  • πŸ‚ Tree shaking module
  • 🚠 built in actions .yml

Credits