Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nauxscript/vitesse-lite-solid
Opinionated Vite Starter Template for Solid
https://github.com/nauxscript/vitesse-lite-solid
solid template vite
Last synced: about 4 hours ago
JSON representation
Opinionated Vite Starter Template for Solid
- Host: GitHub
- URL: https://github.com/nauxscript/vitesse-lite-solid
- Owner: Nauxscript
- License: mit
- Created: 2023-02-02T06:42:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T03:46:23.000Z (about 2 months ago)
- Last Synced: 2024-11-07T09:44:09.539Z (12 days ago)
- Topics: solid, template, vite
- Language: TypeScript
- Homepage: https://vitesse-lite-solid.vercel.app
- Size: 1.37 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Lightweight Vite Starter Template for Solid
Live Demo
English | 简体中文## Features
- ⚡️ [Solid](https://github.com/solidjs/solid), [Vite 4](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [ESBuild](https://github.com/evanw/esbuild) - born with fastness
- 📦 [Components auto importing](./src/components)
- 🎨 [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 Vercel, zero-config
- 🧰 Integrated [`SolidStart`](https://start.solidjs.com/),It provides the following features.
- 🗂 File based routing
- 📚 Supports all rendering modes: SSR \ CSR \ SSG \ Streaming SSR.
- 💄 CSS Modules, SASS/SCSS Support
- and much more features...## Try it now!
### GitHub Template
[Create a repo from this template on GitHub](https://github.com/Nauxscript/vitesse-lite-solid/generate).
### Clone to local
If you prefer to do it manually with the cleaner git history
```bash
npx degit Nauxscript/vitesse-lite-solid my-solid-app
cd my-solid-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
```## Credits
- Inspired by [vitesse](https://github.com/antfu/vitesse)
- [vitesse-solid](https://github.com/xbmlz/vitesse-solid)