Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/MillerRen/vite-singlefile-gzip

Vite Starter template for embedded
https://github.com/MillerRen/vite-singlefile-gzip

Last synced: 2 months ago
JSON representation

Vite Starter template for embedded

Awesome Lists containing this project

README

        

# Vite Starter template for embedded
It generate a self contained and gziped file `index.html.gz`。Use for small space drive and embedded device. Alike ESP32 OTA mode just left less than 170KB space!

## Usage
```bash
npx degit MillerRen/vite-singlefile-gzip my-project
cd my-project
npm install
npm run dev
npm run build
```