Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fisand/vite-wagmi-starter
🚀 🛠 speed up your dapp DX
https://github.com/fisand/vite-wagmi-starter
dapp react vite web3
Last synced: 4 days ago
JSON representation
🚀 🛠 speed up your dapp DX
- Host: GitHub
- URL: https://github.com/fisand/vite-wagmi-starter
- Owner: fisand
- License: mit
- Created: 2022-03-17T02:45:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:54:32.000Z (15 days ago)
- Last Synced: 2024-10-29T13:33:35.273Z (14 days ago)
- Topics: dapp, react, vite, web3
- Language: TypeScript
- Homepage: https://vite-antd-seed.vercel.app/
- Size: 1.93 MB
- Stars: 180
- Watchers: 1
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unoi
![v](https://img.shields.io/badge/vite-v5.4.0-brightgreen) ![w](https://img.shields.io/badge/wagmi-v2.12.4-brightgreen)
💖 power by vite + react + wagmi + ts
preview [demo](https://vite-antd-seed.vercel.app/)
[![Deploy on Zeabur](https://zeabur.com/button.svg)](https://dash.zeabur.com/templates/J93U8I)
## 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
```bash
pnpm i
```dev
```bash
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
- [Vite](https://vitejs.dev/)
- [wagmi](https://wagmi.sh/)