Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 2 months ago
JSON representation

Opinionated Vite Starter Template for Solid

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 [`solid-start](https://github.com/solidjs/solid-start),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...

> Note: This template must use `Node 18` because [`solid-start v0.3.x](https://github.com/solidjs/solid-start) require it.

## 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)