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

https://github.com/sheraff/vite-labs

Random little code demos made for fun
https://github.com/sheraff/vite-labs

Last synced: 2 months ago
JSON representation

Random little code demos made for fun

Awesome Lists containing this project

README

          

Simple Vite app for isolated code experiments.

Create a `src/pages//index.tsx` file, and it will create a new `/` route.
- `default` export is chunked and lazy loaded.
- `const meta` export is statically available everywhere.