https://github.com/ileostar/three-wheel-frontend
前端三轮界面展示
https://github.com/ileostar/three-wheel-frontend
practice-project react vitesse
Last synced: 8 months ago
JSON representation
前端三轮界面展示
- Host: GitHub
- URL: https://github.com/ileostar/three-wheel-frontend
- Owner: ileostar
- License: mit
- Created: 2023-10-22T15:16:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T14:25:43.000Z (almost 2 years ago)
- Last Synced: 2024-12-27T22:28:23.652Z (9 months ago)
- Topics: practice-project, react, vitesse
- Language: TypeScript
- Homepage: https://page.liuxinghao.top/
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/vitesse-lite-react/deploys)
![]()
Live Demo
React version of Vitesse Lite
English | 简体中文## Features
- ⚡️ [Vite 2](https://github.com/vitejs/vite), [pnpm](https://pnpm.js.org/), [ESBuild](https://github.com/evanw/esbuild) - born with fastness
- 🗂 [File based routing](./src/pages)
- 🎨 [UnoCSS](https://github.com/antfu/unocss) - The instant on-demand atomic CSS engine.
- 😃 Use icons from any icon sets in [Pure CSS](https://github.com/antfu/unocss/tree/main/packages/preset-icons)
- ✅ Use [Vitest](http://vitest.dev/) for unit and components testing
- 🦾 TypeScript, of course
- ☁️ Deploy on Netlify, zero-config
See [Vitesse](https://github.com/antfu/vitesse) for full featureset.
## Dropped Features from [Vitesse](https://github.com/antfu/vitesse)
- ~~i18n~~
- ~~Layouts~~
- ~~SSG~~
- ~~PWA~~
- ~~Markdown~~## Pre-packed
### UI Frameworks
- [UnoCSS](https://github.com/antfu/unocss) - The instant on-demand atomic CSS engine.
### Icons
- [Iconify](https://iconify.design) - use icons from any icon sets [🔍Icônes](https://icones.netlify.app/)
- [Pure CSS Icons via UnoCSS](https://github.com/antfu/unocss/tree/main/packages/preset-icons)### Plugins
- [`vite-plugin-pages`](https://github.com/hannoeru/vite-plugin-pages) - file system based routing
- [`unplugin-auto-import`](https://github.com/antfu/unplugin-auto-import) - Directly use react/react-router-dom API and others without importing
- [usehooks-ts](https://usehooks-ts.com/) - collection of useful React hooks## Try it now!
### GitHub Template
[Create a repo from this template on GitHub](https://github.com/antfu/vitesse-lite/generate).
### Clone to local
If you prefer to do it manually with the cleaner git history
```bash
npx degit lxy-yz/vitesse-lite-react my-react-app
cd my-react-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
```